ISelectedGraphNode.Node Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the selected GraphNode.
public:
property Microsoft::VisualStudio::GraphModel::GraphNode ^ Node { Microsoft::VisualStudio::GraphModel::GraphNode ^ get(); };
public:
property Microsoft::VisualStudio::GraphModel::GraphNode ^ Node { Microsoft::VisualStudio::GraphModel::GraphNode ^ get(); };
public Microsoft.VisualStudio.GraphModel.GraphNode Node { get; }
member this.Node : Microsoft.VisualStudio.GraphModel.GraphNode
Public ReadOnly Property Node As GraphNode