GraphNode.HasParentGroup(GraphGroup) 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.
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