The ReferencedMembers type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add | Overloaded. | |
| Clear | Not Implemented.
(Inherited from IEditableMetaCollection<(Of <(T>)>).) | |
| Contains | Overloaded. | |
| CopyTo | .NET only. Copies the collection to another collection that implements the IList interface.
(Inherited from IMetaCollection<(Of <(T>)>).) | |
| GetEnumerator | Overloaded. | |
| GetValues | .NET only. Given a list of string IDs, returns a list of items with those IDs.
(Inherited from IMetaCollection<(Of <(T>)>).) | |
| IndexOf | Overloaded. | |
| InsertAfter | Overloaded. | |
| ItemEx | Given the string ID of an item, returns the object and the index in the collection.
(Inherited from IMetaCollection<(Of <(T>)>).) | |
| Remove | Removes the specified object from the collection.
(Inherited from IEditableMetaCollection<(Of <(T>)>).) | |
| RemoveAt | Overloaded. | |
| Resolve | Given the string, resolve it to the object. Throws exception if object not found.
(Inherited from IObjectResolve<(Of <(T>)>).) | |
| 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>)>).) | |
| TryResolve | Overloaded. |
Properties
| Name | Description | |
|---|---|---|
| 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>)>).) | |
| Item | Overloaded. | |
| 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.) |