The PropertyGroups type exposes the following members.

Methods

  NameDescription
Add
Adds an object to the collection.
(Inherited from IEditableMetaCollection<(Of <(T>)>).)
Clear
Not Implemented.
(Inherited from IEditableMetaCollection<(Of <(T>)>).)
ContainsOverloaded.
CopyTo
.NET only. Copies the collection to another collection that implements the IList interface.
(Inherited from IMetaCollection<(Of <(T>)>).)
GetEnumeratorOverloaded.
GetValues
.NET only. Given a list of string IDs, returns a list of items with those IDs.
(Inherited from IMetaCollection<(Of <(T>)>).)
IndexOfOverloaded.
ItemEx
Given the string ID of an item, returns the object and the index in the collection.
(Inherited from IMetaCollection<(Of <(T>)>).)
NewItem
Creates a new PropertyGroup object with the supplied name. Usually followed by a call to Add.
Remove
Removes the specified object from the collection.
(Inherited from IEditableMetaCollection<(Of <(T>)>).)
RemoveAtOverloaded.
TryGetValue
Attempts to get the object with the string ID passed in. Returns false if object is not in the collection.
(Inherited from IMetaCollection<(Of <(T>)>).)

Properties

  NameDescription
ContainingElementKind
.NET only. Gets the string description of the type of objects in the collection.
(Inherited from ICollectionDescription.)
Count
Gets the integer number of elements in the collection.
(Inherited from IMetaCollection<(Of <(T>)>).)
ItemOverloaded.
List
.NET only. Gets an IList of the items in the collection.
(Inherited from IMetaCollection<(Of <(T>)>).)
TargetCollectionKind
.NET only. Gets the string description of collection type.
(Inherited from ICollectionDescription.)

Events

  NameDescription
OnAddOverloaded.
OnDeleteOverloaded.

See Also