GraphNode.FindRelatedContainmentNodes Method (GraphSearchDirection, GraphSearchOption, array<GraphCategory )
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Function FindRelatedContainmentNodes ( _
searchDirection As GraphSearchDirection, _
searchOption As GraphSearchOption, _
ParamArray searchCategories As GraphCategory() _
) As IEnumerable(Of GraphNode)
public IEnumerable<GraphNode> FindRelatedContainmentNodes(
GraphSearchDirection searchDirection,
GraphSearchOption searchOption,
params GraphCategory[] searchCategories
)
public:
IEnumerable<GraphNode^>^ FindRelatedContainmentNodes(
GraphSearchDirection searchDirection,
GraphSearchOption searchOption,
... array<GraphCategory^>^ searchCategories
)
member FindRelatedContainmentNodes :
searchDirection:GraphSearchDirection *
searchOption:GraphSearchOption *
searchCategories:GraphCategory[] -> IEnumerable<GraphNode>
public function FindRelatedContainmentNodes(
searchDirection : GraphSearchDirection,
searchOption : GraphSearchOption,
... searchCategories : GraphCategory[]
) : IEnumerable<GraphNode>
Parameters
- searchDirection
Type: Microsoft.VisualStudio.GraphModel.GraphSearchDirection
- searchOption
Type: Microsoft.VisualStudio.GraphModel.GraphSearchOption
- searchCategories
Type: array<Microsoft.VisualStudio.GraphModel.GraphCategory[]
Return Value
Type: System.Collections.Generic.IEnumerable<GraphNode>
.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.