Share via


IVsDataExplorerNode.ItemId Property

Gets a numerical value that identifies the current node.

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

Syntax

‘선언
ReadOnly Property ItemId As Integer
    Get
int ItemId { get; }
property int ItemId {
    int get ();
}
abstract ItemId : int
function get ItemId () : int

Property Value

Type: System.Int32
An Int32 value that identifies the current node.

.NET Framework Security

See Also

Reference

IVsDataExplorerNode Interface

Microsoft.VisualStudio.Data.Services Namespace