Compartir a través de


IVsDataObjectIdentifier Interfaz

Definición

Representa el identificador de un objeto de datos.

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

Métodos

ToArray()

Convierte el objeto actual IVsDataObjectIdentifier en una matriz de partes de identificador que representan el identificador.

ToString(DataObjectIdentifierFormat)

Convierte el objeto actual IVsDataObjectIdentifier en una cadena que contiene los elementos de identificador, separados por un carácter delimitador.

Métodos de extensión

EmptyIfNull<T>(IEnumerable<T>)

Devuelve esta enumeración en caso de que no sea NULL. En caso de que sea null, se devuelve una enumeración vacía.

Se aplica a