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.) |
Name | Description | |
---|---|---|
![]() |
Count |
Gets the number of v-objects actually contained in the collection. |
![]() |
IsFixedSize |
Gets a value indicating whether the collection has a fixed size. |
![]() |
IsReadOnly |
Gets a value indicating whether the collection is read-only. |
![]() |
IsSynchronized |
Gets a value indicating whether access to the collection is synchronized (thread-safe). |
![]() |
Item |
Gets/sets the v-object at the specified index. |
![]() |
SyncRoot |
Gets an object that can be used to synchronize access to the collection. |
Name | Description | |
---|---|---|
![]() |
VObjectAdded |
Raised after a new v-object is added to the collection. |
![]() |
VObjectAdding |
Raised when a new v-object is going to be added to the collection. |
![]() |
VObjectRemoved |
Raised after a v-object is removed from the collection. |
![]() |
VObjectRemoving |
Raised when a v-object is going to be removed from the collection. |
Name | Description | |
---|---|---|
![]() ![]() |
IList.Item |