IGraphContext::LinkCategories Property

 

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.

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

property IEnumerable<GraphCategory^>^ LinkCategories {
	IEnumerable<GraphCategory^>^ get();
}
Return to top
Show: