GraphNode.HasParentGroup(GraphGroup) Method

Definition

For internal book keeping only.

public:
 bool HasParentGroup(Microsoft::VisualStudio::GraphModel::GraphGroup ^ parent);
public bool HasParentGroup (Microsoft.VisualStudio.GraphModel.GraphGroup parent);
member this.HasParentGroup : Microsoft.VisualStudio.GraphModel.GraphGroup -> bool
Public Function HasParentGroup (parent As GraphGroup) As Boolean

Parameters

parent
GraphGroup

Returns

Applies to