Share via


IGraphContext.LinkCategories Property

Definition

The link categories to navigate from the input nodes (i.e. what relationships to traverse). For example, "Calls", or "Calls and References", etc. An empty collection implies that all links should be traversed.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphCategory ^> ^ LinkCategories { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphCategory ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphCategory> LinkCategories { get; }
member this.LinkCategories : seq<Microsoft.VisualStudio.GraphModel.GraphCategory>
Public ReadOnly Property LinkCategories As IEnumerable(Of GraphCategory)

Property Value

Applies to