Condividi tramite


IGraphContext.LinkCategories Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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)

Syntax

'Declaration
ReadOnly Property LinkCategories As IEnumerable(Of GraphCategory)
IEnumerable<GraphCategory> LinkCategories { get; }
property IEnumerable<GraphCategory^>^ LinkCategories {
    IEnumerable<GraphCategory^>^ get ();
}
abstract LinkCategories : IEnumerable<GraphCategory> with get
function get LinkCategories () : IEnumerable<GraphCategory>

Property Value

Type: System.Collections.Generic.IEnumerable<GraphCategory>

.NET Framework Security

See Also

Reference

IGraphContext Interface

Microsoft.VisualStudio.GraphModel Namespace