GraphNode::FindRelatedContainmentNodes Method (GraphSearchDirection)
Visual Studio 2015
Get related nodes that have a containment relationship to this node
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
public:
IEnumerable<GraphNode^>^ FindRelatedContainmentNodes(
GraphSearchDirection searchDirection
)
Parameters
- searchDirection
-
Type:
Microsoft.VisualStudio.GraphModel::GraphSearchDirection
Direction - either source or target
Show: