Udostępnij za pośrednictwem


IVsDataObjectIdentifier Interfejs

Definicja

Reprezentuje identyfikator obiektu danych.

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)
Implementuje

Metody

ToArray()

Konwertuje bieżący IVsDataObjectIdentifier obiekt na tablicę części identyfikatorów reprezentujących identyfikator.

ToString(DataObjectIdentifierFormat)

Konwertuje bieżący IVsDataObjectIdentifier obiekt na ciąg zawierający części identyfikatora, które są oddzielone znakiem ogranicznika.

Metody rozszerzania

EmptyIfNull<T>(IEnumerable<T>)

Zwróć to wyliczenie, jeśli nie ma wartości null. W przypadku, gdy jest zwracana wartość null, zwracana jest pusta wyliczenie.

Dotyczy