Proprietà GraphCommand.TargetCategories

Categorie del nodo di destinazione restituite da questo comando.

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

Sintassi

'Dichiarazione
Public Property TargetCategories As IEnumerable(Of GraphCategory)
public IEnumerable<GraphCategory> TargetCategories { get; private set; }
public:
property IEnumerable<GraphCategory^>^ TargetCategories {
    IEnumerable<GraphCategory^>^ get ();
    private: void set (IEnumerable<GraphCategory^>^ value);
}
member TargetCategories : IEnumerable<GraphCategory> with get, private set
function get TargetCategories () : IEnumerable<GraphCategory>
private function set TargetCategories (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