HierarchyNode.ID Property

Gets the hierarchy node ID.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
<BrowsableAttribute(False)> _
Public Property ID As UInteger
'使用
Dim instance As HierarchyNode
Dim value As UInteger

value = instance.ID

instance.ID = value
[BrowsableAttribute(false)]
public uint ID { get; internal set; }
[BrowsableAttribute(false)]
public:
property unsigned int ID {
    unsigned int get ();
    void set (unsigned int value);
}
public function get ID () : uint
public function set ID (value : uint)

Property Value

Type: System.UInt32

The hierarchy node ID.

Permissions

See Also

Reference

HierarchyNode Class

HierarchyNode Members

Microsoft.VisualStudio.Package Namespace