Proprietà GraphCommand.LinkCategories

Le categorie di collegamento che si connettono ai risultati del comando.

Spazio dei nomi:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Sintassi

'Dichiarazione
Public Property LinkCategories As IEnumerable(Of GraphCategory)
public IEnumerable<GraphCategory> LinkCategories { get; private set; }
public:
property IEnumerable<GraphCategory^>^ LinkCategories {
    IEnumerable<GraphCategory^>^ get ();
    private: void set (IEnumerable<GraphCategory^>^ value);
}
member LinkCategories : IEnumerable<GraphCategory> with get, private set
function get LinkCategories () : IEnumerable<GraphCategory>
private function set LinkCategories (value : IEnumerable<GraphCategory>)

Valore proprietà

Tipo: System.Collections.Generic.IEnumerable<GraphCategory>
Restituisca il valore IEnumerable<T>.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

GraphCommand Classe

Spazio dei nomi Microsoft.VisualStudio.GraphModel