IVsDataObjectCollection.Contains Method
Include Protected Members
Include Inherited Members
Indicates whether the collection of data objects contains a data object corresponding to the specified identifier.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Contains(array<Object[]) | Indicates whether the collection of data objects contains a data object corresponding to the specified identifier. | |
Contains(String) | Indicates whether the collection of data objects contains a data object corresponding to the specified identifier. | |
Contains(T) | Determines whether the ICollection<T> contains a specific value. (Inherited from ICollection<IVsDataObject>.) |
Top