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.
Represents the identifier of a data object.
Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Public Interface IVsDataObjectIdentifier _
    Inherits IList(Of Object), ICollection(Of Object),  _
    IEnumerable(Of Object), IEnumerable, IComparable(Of String),  _
    IComparable(Of Object()), IEquatable(Of String),  _
    IEquatable(Of Object())
public interface IVsDataObjectIdentifier : IList<Object>, 
    ICollection<Object>, IEnumerable<Object>, IEnumerable, 
    IComparable<string>, IComparable<Object[]>, IEquatable<string>, 
    IEquatable<Object[]>
public interface class IVsDataObjectIdentifier : IList<Object^>, 
    ICollection<Object^>, IEnumerable<Object^>, IEnumerable, 
    IComparable<String^>, IComparable<array<Object^>^>, 
    IEquatable<String^>, IEquatable<array<Object^>^>
type IVsDataObjectIdentifier =  
    interface 
        interface IList<Object>
        interface ICollection<Object>
        interface IEnumerable<Object>
        interface IEnumerable 
        interface IComparable<string>
        interface IComparable<Object[]>
        interface IEquatable<string>
        interface IEquatable<Object[]>
    end
public interface IVsDataObjectIdentifier extends IList<Object>, ICollection<Object>, IEnumerable<Object>, IEnumerable, IComparable<String>, IComparable<Object[]>, IEquatable<String>, IEquatable<Object[]>
The IVsDataObjectIdentifier type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Count | Gets the number of elements contained in the ICollection<T>. (Inherited from ICollection<Object>.) | 
| .gif) | IsReadOnly | Gets a value indicating whether the ICollection<T> is read-only. (Inherited from ICollection<Object>.) | 
| .gif) | Item | Gets or sets the element at the specified index. (Inherited from IList<Object>.) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Add | Adds an item to the ICollection<T>. (Inherited from ICollection<Object>.) | 
| .gif) | Clear | Removes all items from the ICollection<T>. (Inherited from ICollection<Object>.) | 
| .gif) | CompareTo(T) | Compares the current object with another object of the same type. (Inherited from IComparable<String>.) | 
| .gif) | CompareTo(T) | (Inherited from IComparable<array<Object[]>.) | 
| .gif) | Contains | Determines whether the ICollection<T> contains a specific value. (Inherited from ICollection<Object>.) | 
| .gif) | CopyTo | Copies the elements of the ICollection<T> to an Array, starting at a particular Array index. (Inherited from ICollection<Object>.) | 
| .gif) | Equals(T) | Indicates whether the current object is equal to another object of the same type. (Inherited from IEquatable<String>.) | 
| .gif) | Equals(T) | (Inherited from IEquatable<array<Object[]>.) | 
| .gif) | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerable<Object>.) | 
| .gif) | IndexOf | Determines the index of a specific item in the IList<T>. (Inherited from IList<Object>.) | 
| .gif) | Insert | Inserts an item to the IList<T> at the specified index. (Inherited from IList<Object>.) | 
| .gif) | Remove | Removes the first occurrence of a specific object from the ICollection<T>. (Inherited from ICollection<Object>.) | 
| .gif) | RemoveAt | Removes the IList<T> item at the specified index. (Inherited from IList<Object>.) | 
| .gif) | ToArray | Converts the current IVsDataObjectIdentifier object to an array of identifier parts representing the identifier. | 
| .gif) | ToString | Converts the current IVsDataObjectIdentifier object to a string that contains the identifier parts, which are separated by a delimiter character. | 
Top
Remarks
This interface is implemented as a built-in DDEX service.