Condividi tramite


IVsDataObjectIdentifier Interfaccia

Definizione

Rappresenta l'identificatore di un oggetto dati.

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

Metodi

ToArray()

Converte l'oggetto corrente IVsDataObjectIdentifier in una matrice di parti dell'identificatore che rappresentano l'identificatore.

ToString(DataObjectIdentifierFormat)

Converte l'oggetto corrente IVsDataObjectIdentifier in una stringa contenente le parti dell'identificatore separate da un carattere delimitatore.

Metodi di estensione

EmptyIfNull<T>(IEnumerable<T>)

Restituisce questa enumerazione nel caso in cui non sia Null. Nel caso in cui sia null restituisce un'enumerazione vuota.

Si applica a