Gets the HierarchyNode or derived class corresponding to this item.
Namespace: Microsoft.VisualStudio.Package.Automation
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Protected ReadOnly Property Node As T
'使用
Dim value As T
value = Me.Node
protected T Node { get; }
protected:
property T Node {
T get ();
}
protected function get Node () : T
Property Value
Type: T
The HierarchyNode or derived class corresponding to this item.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.