IVsDataObjectIdentifier Members
Include Protected Members
Include Inherited Members
Represents the identifier of a data object.
The IVsDataObjectIdentifier type exposes the following members.
Methods
Name
Description
Adds an item to the ICollection<T>. (Inherited from ICollection<Object>.)
Removes all items from the ICollection<T>. (Inherited from ICollection<Object>.)
Overloaded.
Determines whether the ICollection<T> contains a specific value. (Inherited from ICollection<Object>.)
Copies the elements of the ICollection<T> to an Array, starting at a particular Array index. (Inherited from ICollection<Object>.)
Overloaded.
Overloaded.
Determines the index of a specific item in the IList<T>. (Inherited from IList<Object>.)
Inserts an item to the IList<T> at the specified index. (Inherited from IList<Object>.)
Removes the first occurrence of a specific object from the ICollection<T>. (Inherited from ICollection<Object>.)
Removes the IList<T> item at the specified index. (Inherited from IList<Object>.)
Converts the current IVsDataObjectIdentifier object to an array of identifier parts representing the identifier.
Converts the current IVsDataObjectIdentifier object to a string that contains the identifier parts, which are separated by a delimiter character.
Top
Properties
Name
Description
Gets the number of elements contained in the ICollection<T>. (Inherited from ICollection<Object>.)
Gets a value indicating whether the ICollection<T> is read-only. (Inherited from ICollection<Object>.)
Gets or sets the element at the specified index. (Inherited from IList<Object>.)
Top