Share via


ISelectedGraphNode.Node Property

Gets the selected GraphNode.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

Syntax

'Declaration
ReadOnly Property Node As GraphNode
GraphNode Node { get; }
property GraphNode^ Node {
    GraphNode^ get ();
}
abstract Node : GraphNode with get
function get Node () : GraphNode

Property Value

Type: GraphNode

.NET Framework Security

See Also

Reference

ISelectedGraphNode Interface

Microsoft.VisualStudio.Shell Namespace