GraphNode.IsContainedBy(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.
True if the group is an ancestor of this node.
public:
bool IsContainedBy(Microsoft::VisualStudio::GraphModel::GraphGroup ^ group);
public bool IsContainedBy (Microsoft.VisualStudio.GraphModel.GraphGroup group);
member this.IsContainedBy : Microsoft.VisualStudio.GraphModel.GraphGroup -> bool
Public Function IsContainedBy (group As GraphGroup) As Boolean
Parameters
- group
- GraphGroup