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
- 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.