TreeNodeEventArgs.Node Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public Property Node As IVirtualizingTreeNode
public IVirtualizingTreeNode Node { get; private set; }
public:
property IVirtualizingTreeNode^ Node {
    IVirtualizingTreeNode^ get ();
    private: void set (IVirtualizingTreeNode^ value);
}
member Node : IVirtualizingTreeNode with get, private set
function get Node () : IVirtualizingTreeNode 
private function set Node (value : IVirtualizingTreeNode)

Property Value

Type: Microsoft.Internal.VisualStudio.PlatformUI.IVirtualizingTreeNode

.NET Framework Security

See Also

Reference

TreeNodeEventArgs Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace