Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Represents a collection of data objects that are selected from an object store.
The IVsDataObjectCollection type exposes the following members.
Methods
Name
Description
Adds an item to the ICollection<T>. (Inherited from ICollection<IVsDataObject>.)
Removes all items from the ICollection<T>. (Inherited from ICollection<IVsDataObject>.)
Overloaded. Indicates whether the collection of data objects contains a data object corresponding to the specified identifier.
Copies the elements of the ICollection<T> to an Array, starting at a particular Array index. (Inherited from ICollection<IVsDataObject>.)
Overloaded.
Overloaded. Returns the index of the data object in the collection that matches the specified identifier.
Inserts an item to the IList<T> at the specified index. (Inherited from IList<IVsDataObject>.)
Removes the first occurrence of a specific object from the ICollection<T>. (Inherited from ICollection<IVsDataObject>.)
Removes the IList<T> item at the specified index. (Inherited from IList<IVsDataObject>.)
Top
Properties
Name
Description
Gets the number of elements contained in the ICollection<T>. (Inherited from ICollection<IVsDataObject>.)
Gets a value indicating whether the ICollection<T> is read-only. (Inherited from ICollection<IVsDataObject>.)
Overloaded. Gets from the collection, the data object that matches the specified identifier.
Top