The VObjectCollection type exposes the following members.
Name | Description | |
---|---|---|
Add | Overloaded. Adds a v-object to the end of the v-object collection. |
|
Clear |
Removes all v-objects from the collection. |
|
Contains | Overloaded. Determines whether an object is in the v-object collection. |
|
CopyTo | Overloaded. Copies the collection to an array, starting at the specified index of the target array. |
|
Dispose |
Releases unmanaged resources used by the VObjectCollection object. |
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator |
Returns an enumerator for the v-objects allowing the collection to be used in foreach blocks. |
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf | Overloaded. Searches for the specified object and returns the zero-based index of the first occurrence within the entire v-object collection. |
|
Insert | Overloaded. Inserts an object into the v-object collection at the specified index. |
|
MemberwiseClone | (Inherited from Object.) | |
Remove | Overloaded. Removes the first occurrence of a specific object from the v-object collection. |
|
RemoveAt |
Removes the v-object at the specified index of the collection. |
|
ToArray |
Copies the v-objects of the collection to a new IVObject array. |
|
ToString | (Inherited from Object.) |