Partilhar via


Propriedade IVsDataExplorerNode.ItemId

Obtém um valor numérico que identifica o nó atual.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (em Microsoft.VisualStudio.Data.Services.dll)

Sintaxe

'Declaração
ReadOnly Property ItemId As Integer
int ItemId { get; }
property int ItemId {
    int get ();
}
abstract ItemId : int
function get ItemId () : int

Valor de propriedade

Tipo: System.Int32
Um valor de Int32 que identifica o nó atual.

Segurança do .NET Framework

Consulte também

Referência

IVsDataExplorerNode Interface

Namespace Microsoft.VisualStudio.Data.Services