IVsDataObjectIdentifier 인터페이스

정의

데이터 개체의 식별자를 나타냅니다.

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)
구현

메서드

ToArray()

현재 IVsDataObjectIdentifier 개체를 식별자를 나타내는 식별자 부분의 배열로 변환합니다.

ToString(DataObjectIdentifierFormat)

현재 IVsDataObjectIdentifier 개체를 구분 기호 문자로 구분된 식별자 부분을 포함하는 문자열로 변환합니다.

확장 메서드

EmptyIfNull<T>(IEnumerable<T>)

null이 아닌 경우 이 열거형을 반환합니다. null인 경우 빈 열거형을 반환합니다.

적용 대상