[]
Represents a collection of WidgetAnnotation objects owned by Field object.
public class FieldWidgetCollection : Collection<WidgetAnnotation>, IList<WidgetAnnotation>, ICollection<WidgetAnnotation>, IList, ICollection, IReadOnlyList<WidgetAnnotation>, IReadOnlyCollection<WidgetAnnotation>, IEnumerable<WidgetAnnotation>, IEnumerable
Public Class FieldWidgetCollection
Inherits Collection(Of WidgetAnnotation)
Implements IList(Of WidgetAnnotation), ICollection(Of WidgetAnnotation), IList, ICollection, IReadOnlyList(Of WidgetAnnotation), IReadOnlyCollection(Of WidgetAnnotation), IEnumerable(Of WidgetAnnotation), IEnumerable
| Name | Description |
|---|---|
| Owner | Gets the Field object that owns this collection. |
| Name | Description |
|---|---|
| ClearItems() | |
| InsertItem(int, WidgetAnnotation) | |
| RemoveItem(int) | |
| SetItem(int, WidgetAnnotation) |