IVsDataObjectIdentifier Interface

Represents the identifier of a data object.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

Public Interface IVsDataObjectIdentifier _
    Implements IList(Of Object), ICollection(Of Object),  _
    IEnumerable(Of Object), IEnumerable, IComparable(Of String),  _
    IComparable(Of Object()), IEquatable(Of String),  _
    IEquatable(Of Object())

Dim instance As IVsDataObjectIdentifier
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^>^>
public interface IVsDataObjectIdentifier extends IList<Object>, ICollection<Object>, IEnumerable<Object>, IEnumerable, IComparable<String>, IComparable<Object[]>, IEquatable<String>, IEquatable<Object[]>

Remarks

This interface is implemented as a built-in DDEX service.

See Also

Reference

IVsDataObjectIdentifier Members

Microsoft.VisualStudio.Data.Services Namespace