IVsDataObjectIdentifier Interface

Definition

Represents the identifier of a data object.

public interface class IVsDataObjectIdentifier : IComparable<cli::array <System::Object ^> ^>, IComparable<System::String ^>, IEquatable<cli::array <System::Object ^> ^>, IEquatable<System::String ^>, System::Collections::Generic::ICollection<System::Object ^>, System::Collections::Generic::IEnumerable<System::Object ^>, System::Collections::Generic::IList<System::Object ^>
public interface IVsDataObjectIdentifier : IComparable<object[]>, IComparable<string>, IEquatable<object[]>, IEquatable<string>, System.Collections.Generic.ICollection<object>, System.Collections.Generic.IEnumerable<object>, System.Collections.Generic.IList<object>
type IVsDataObjectIdentifier = interface
    interface IList<obj>
    interface ICollection<obj>
    interface seq<obj>
    interface IEnumerable
    interface IComparable<string>
    interface IComparable<obj[]>
    interface IEquatable<string>
    interface IEquatable<obj[]>
Public Interface IVsDataObjectIdentifier
Implements ICollection(Of Object), IComparable(Of Object()), IComparable(Of String), IEnumerable(Of Object), IEquatable(Of Object()), IEquatable(Of String), IList(Of Object)
Implements

Methods

ToArray()

Converts the current IVsDataObjectIdentifier object to an array of identifier parts representing the identifier.

ToString(DataObjectIdentifierFormat)

Converts the current IVsDataObjectIdentifier object to a string that contains the identifier parts, which are separated by a delimiter character.

Extension Methods

EmptyIfNull<T>(IEnumerable<T>)

Return this enumeration in case it is not null. In case it is null return empty enumeration.

Applies to