GraphNode::GetTargets Method (array<GraphCategory^>^)
Visual Studio 2015
Gets the targets linked with this node via a link that matches at least 1 of the specified link categories.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- linkCategories
-
Type:
array<Microsoft.VisualStudio.GraphModel::GraphCategory^>^
0 or more GraphProperty objects that are used to filter the result set. If no categories are provided then all targets are returned.
Show: