Graph.FindGroup Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Returns the GraphGroup wrapper for the given "IsGroup" node.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Function FindGroup ( _
node As GraphNode _
) As GraphGroup
public GraphGroup FindGroup(
GraphNode node
)
public:
GraphGroup^ FindGroup(
GraphNode^ node
)
member FindGroup :
node:GraphNode -> GraphGroup
public function FindGroup(
node : GraphNode
) : GraphGroup
Parameters
- node
Type: Microsoft.VisualStudio.GraphModel.GraphNode
Return Value
Type: Microsoft.VisualStudio.GraphModel.GraphGroup
.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.