IVsDataObjectIdentifier Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente l’identificateur d’un objet de données.
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)
- Implémente
Méthodes
ToArray() |
Convertit l’objet actif IVsDataObjectIdentifier en tableau de parties d’identificateur représentant l’identificateur. |
ToString(DataObjectIdentifierFormat) |
Convertit l’objet actif IVsDataObjectIdentifier en chaîne qui contient les parties d’identificateur, qui sont séparées par un caractère délimiteur. |
Méthodes d’extension
EmptyIfNull<T>(IEnumerable<T>) |
Retourne cette énumération au cas où elle n’est pas null. Dans le cas où il est null, retournez l’énumération vide. |