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

Dim instance As IVsDataExplorerNode
Dim value As Integer

value = instance.ItemId
int ItemId { get; }
property int ItemId {
    int get ();
}
function get ItemId () : int

Property Value

Type: System.Int32

An Int32 value that identifies the current node.

Permissions

See Also

Reference

IVsDataExplorerNode Interface

IVsDataExplorerNode Members

Microsoft.VisualStudio.Data.Services Namespace