IGraphContext::LinkCategories Property
Visual Studio 2015
The link categories to navigate from the input nodes (that is what relationships to traverse).
For example, "Calls", or "Calls and References", and so on
An empty collection implies that all links should be traversed.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
property IEnumerable<GraphCategory^>^ LinkCategories {
IEnumerable<GraphCategory^>^ get();
}
Property Value
Type: System.Collections.Generic::IEnumerable<GraphCategory^>^
Show: