GraphNode.IsContainedBy(GraphGroup) Method

Definition

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

Returns

Applies to