Proprietà IVsDataExplorerNode.ItemId
Ottiene un valore numerico che identifica il nodo corrente.
Spazio dei nomi: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Sintassi
'Dichiarazione
ReadOnly Property ItemId As Integer
int ItemId { get; }
property int ItemId {
int get ();
}
abstract ItemId : int with get
function get ItemId () : int
Valore proprietà
Tipo: Int32
Un valore Int32 che identifica il nodo corrente.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.