Partager via


IGraphContext.LinkCategories, propriété

Les catégories de lien à parcourir les nœuds d'entrée (il s'agit ce qui les relations à la traversée.)

Par exemple, « appels, » ou « appelle et référence », etc.

Une collection vide implique que tous les liens doit être parcourues.

Espace de noms :  Microsoft.VisualStudio.GraphModel
Assembly :  Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

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

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

IGraphContext Interface

Microsoft.VisualStudio.GraphModel, espace de noms