Interfaccia IVsDataObjectIdentifier
Rappresenta l'identificatore di un oggetto dati.
Spazio dei nomi: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Sintassi
'Dichiarazione
Public Interface IVsDataObjectIdentifier _
Inherits IList(Of Object), ICollection(Of Object), _
IEnumerable(Of Object), IEnumerable, IComparable(Of String), _
IComparable(Of Object()), IEquatable(Of String), _
IEquatable(Of Object())
public interface IVsDataObjectIdentifier : IList<Object>,
ICollection<Object>, IEnumerable<Object>, IEnumerable,
IComparable<string>, IComparable<Object[]>, IEquatable<string>,
IEquatable<Object[]>
public interface class IVsDataObjectIdentifier : IList<Object^>,
ICollection<Object^>, IEnumerable<Object^>, IEnumerable,
IComparable<String^>, IComparable<array<Object^>^>,
IEquatable<String^>, IEquatable<array<Object^>^>
type IVsDataObjectIdentifier =
interface
interface IList<Object>
interface ICollection<Object>
interface IEnumerable<Object>
interface IEnumerable
interface IComparable<string>
interface IComparable<Object[]>
interface IEquatable<string>
interface IEquatable<Object[]>
end
public interface IVsDataObjectIdentifier extends IList<Object>, ICollection<Object>, IEnumerable<Object>, IEnumerable, IComparable<String>, IComparable<Object[]>, IEquatable<String>, IEquatable<Object[]>
Il tipo IVsDataObjectIdentifier espone i seguenti membri.
Proprietà
Nome | Descrizione | |
---|---|---|
Count | Ottiene il numero di elementi contenuti in ICollection<T>. (Ereditato da ICollection<Object>) | |
IsReadOnly | ottiene un valore che indica se ICollection<T> è di sola lettura. (Ereditato da ICollection<Object>) | |
Item | Ottiene o imposta l'elemento all'indice specificato. (Ereditato da IList<Object>) |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Add | Aggiunge un elemento a ICollection<T>. (Ereditato da ICollection<Object>) | |
Clear | Rimuove tutti gli elementi da ICollection<T>. (Ereditato da ICollection<Object>) | |
CompareTo(T) | Confrontare l'oggetto corrente con un altro oggetto dello stesso tipo. (Ereditato da IComparable<String>) | |
CompareTo(T) | (Ereditato da IComparable<array<Object[]>) | |
Contains | determina se ICollection<T> contiene un valore specifico. (Ereditato da ICollection<Object>) | |
CopyTo | Copia gli elementi di ICollection<T> in Array, l'avvio a un particolare Array indice. (Ereditato da ICollection<Object>) | |
Equals(T) | Indica se l'oggetto corrente è uguale a un altro oggetto dello stesso tipo. (Ereditato da IEquatable<String>) | |
Equals(T) | (Ereditato da IEquatable<array<Object[]>) | |
GetEnumerator() | Restituisce un enumeratore che scorre la raccolta. (Ereditato da IEnumerable<Object>) | |
GetEnumerator() | Restituisce un enumeratore che scorre una raccolta. (Ereditato da IEnumerable) | |
IndexOf | Determina indice di un elemento specifico in IList<T>. (Ereditato da IList<Object>) | |
Insert | Inserisce un elemento a IList<T> all'indice specificato. (Ereditato da IList<Object>) | |
Remove | Rimuove la prima occorrenza di un oggetto specifico da ICollection<T>. (Ereditato da ICollection<Object>) | |
RemoveAt | rimuove IList<T> elemento all'indice specificato. (Ereditato da IList<Object>) | |
ToArray | Converte l'oggetto corrente IVsDataObjectIdentifier in una matrice di parti dell'identificatore che rappresenta l'identificatore. | |
ToString | Converte l'oggetto corrente IVsDataObjectIdentifier una stringa che contiene le parti dell'identificatore, che sono separate da un carattere di delimitazione. |
In alto
Note
L'interfaccia viene implementata come servizio incorporate di DDEX.