Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.