Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get related nodes that have a containment relationship to this node
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Function FindRelatedContainmentNodes ( _
searchDirection As GraphSearchDirection _
) As IEnumerable(Of GraphNode)
public IEnumerable<GraphNode> FindRelatedContainmentNodes(
GraphSearchDirection searchDirection
)
public:
IEnumerable<GraphNode^>^ FindRelatedContainmentNodes(
GraphSearchDirection searchDirection
)
member FindRelatedContainmentNodes :
searchDirection:GraphSearchDirection -> IEnumerable<GraphNode>
public function FindRelatedContainmentNodes(
searchDirection : GraphSearchDirection
) : IEnumerable<GraphNode>
Parameters
searchDirection
Type: Microsoft.VisualStudio.GraphModel.GraphSearchDirectionDirection - either source or target
Return Value
Type: IEnumerable<GraphNode>
The related nodes
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.