DataViewNodeEventArgs.ItemId (Propiedad)

Obtiene el identificador de elemento

Espacio de nombres:  Microsoft.VisualStudio.Data.Services.SupportEntities
Ensamblado:  Microsoft.VisualStudio.Data.Services (en Microsoft.VisualStudio.Data.Services.dll)

Sintaxis

'Declaración
Public ReadOnly Property ItemId As Integer
public int ItemId { get; }
public:
property int ItemId {
    int get ();
}
member ItemId : int
function get ItemId () : int

Valor de propiedad

Tipo: System.Int32
Entero que representa el identificador de elemento

Seguridad de .NET Framework

Vea también

Referencia

DataViewNodeEventArgs Clase

Microsoft.VisualStudio.Data.Services.SupportEntities (Espacio de nombres)