GraphNode::FindRelatedContainmentNodes Method (GraphSearchDirection)

 

Get related nodes that have a containment relationship to this node

Namespace:   Microsoft.VisualStudio.GraphModel
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

Return Value

Type: System.Collections.Generic::IEnumerable<GraphNode^>^

The related nodes

Return to top
Show: