The GroupDescriptorCollection type exposes the following members.

Constructors

  Name Description
Public method GroupDescriptorCollection
Initializes a new instance of the GroupDescriptorCollection class.

Methods

  Name Description
Public method Add (Inherited from Collection<(Of <(<'GroupDescriptor>)>)>.)
Protected method BlockReentrancy (Inherited from ObservableCollection<(Of <(<'GroupDescriptor>)>)>.)
Protected method CheckReentrancy (Inherited from ObservableCollection<(Of <(<'GroupDescriptor>)>)>.)
Public method Clear (Inherited from Collection<(Of <(<'GroupDescriptor>)>)>.)
Protected method ClearItems (Inherited from ObservableCollection<(Of <(<'GroupDescriptor>)>)>.)
Public method Contains (Inherited from Collection<(Of <(<'GroupDescriptor>)>)>.)
Public method CopyTo (Inherited from Collection<(Of <(<'GroupDescriptor>)>)>.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from Collection<(Of <(<'GroupDescriptor>)>)>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf (Inherited from Collection<(Of <(<'GroupDescriptor>)>)>.)
Public method Insert (Inherited from Collection<(Of <(<'GroupDescriptor>)>)>.)
Protected method InsertItem
Inserts an item into the collection at the specified index.
(Inherited from DependencyObjectCollection<(Of <(<'T>)>)>.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Move (Inherited from ObservableCollection<(Of <(<'GroupDescriptor>)>)>.)
Protected method MoveItem (Inherited from ObservableCollection<(Of <(<'GroupDescriptor>)>)>.)
Protected method OnCollectionChanged (Inherited from ObservableCollection<(Of <(<'GroupDescriptor>)>)>.)
Protected method OnPropertyChanged (Inherited from ObservableCollection<(Of <(<'GroupDescriptor>)>)>.)
Public method Remove (Inherited from Collection<(Of <(<'GroupDescriptor>)>)>.)
Public method RemoveAt (Inherited from Collection<(Of <(<'GroupDescriptor>)>)>.)
Protected method RemoveItem (Inherited from ObservableCollection<(Of <(<'GroupDescriptor>)>)>.)
Protected method SetItem
Replaces the element at the specified index.
(Inherited from DependencyObjectCollection<(Of <(<'T>)>)>.)
Public method ToString (Inherited from Object.)

Properties

  Name Description
Public property Count (Inherited from Collection<(Of <(<'GroupDescriptor>)>)>.)
Public property Item (Inherited from Collection<(Of <(<'GroupDescriptor>)>)>.)
Protected property Items (Inherited from Collection<(Of <(<'GroupDescriptor>)>)>.)

Events

  Name Description
Public event CollectionChanged (Inherited from ObservableCollection<(Of <(<'GroupDescriptor>)>)>.)
Protected event PropertyChanged (Inherited from ObservableCollection<(Of <(<'GroupDescriptor>)>)>.)

Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private method IList..::..Add (Inherited from Collection<(Of <(<'GroupDescriptor>)>)>.)
Explicit interface implemetation Private method IList..::..Contains (Inherited from Collection<(Of <(<'GroupDescriptor>)>)>.)
Explicit interface implemetation Private method ICollection..::..CopyTo (Inherited from Collection<(Of <(<'GroupDescriptor>)>)>.)
Explicit interface implemetation Private method IEnumerable..::..GetEnumerator (Inherited from Collection<(Of <(<'GroupDescriptor>)>)>.)
Explicit interface implemetation Private method IList..::..IndexOf (Inherited from Collection<(Of <(<'GroupDescriptor>)>)>.)
Explicit interface implemetation Private method IList..::..Insert (Inherited from Collection<(Of <(<'GroupDescriptor>)>)>.)
Explicit interface implemetation Private property IList..::..IsFixedSize (Inherited from Collection<(Of <(<'GroupDescriptor>)>)>.)
Explicit interface implemetation Private property ICollection<(Of <<'(T>)>>)..::..IsReadOnly (Inherited from Collection<(Of <(<'GroupDescriptor>)>)>.)
Explicit interface implemetation Private property IList..::..IsReadOnly (Inherited from Collection<(Of <(<'GroupDescriptor>)>)>.)
Explicit interface implemetation Private property ICollection..::..IsSynchronized (Inherited from Collection<(Of <(<'GroupDescriptor>)>)>.)
Explicit interface implemetation Private property IList..::..Item (Inherited from Collection<(Of <(<'GroupDescriptor>)>)>.)
Explicit interface implemetation Private event INotifyPropertyChanged..::..PropertyChanged (Inherited from ObservableCollection<(Of <(<'GroupDescriptor>)>)>.)
Explicit interface implemetation Private method IList..::..Remove (Inherited from Collection<(Of <(<'GroupDescriptor>)>)>.)
Explicit interface implemetation Private property ICollection..::..SyncRoot (Inherited from Collection<(Of <(<'GroupDescriptor>)>)>.)

See Also