Graph.FindGroup(GraphNode) Method
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.
Return the GraphGroup wrapper for the given "IsGroup" node.
public:
Microsoft::VisualStudio::GraphModel::GraphGroup ^ FindGroup(Microsoft::VisualStudio::GraphModel::GraphNode ^ node);
public Microsoft.VisualStudio.GraphModel.GraphGroup FindGroup (Microsoft.VisualStudio.GraphModel.GraphNode node);
member this.FindGroup : Microsoft.VisualStudio.GraphModel.GraphNode -> Microsoft.VisualStudio.GraphModel.GraphGroup
Public Function FindGroup (node As GraphNode) As GraphGroup
Parameters
- node
- GraphNode