Sdílet prostřednictvím


GraphCommand.TargetCategories – vlastnost

Cílový uzel kategorie, které bude výsledkem tohoto příkazu.

Obor názvů:  Microsoft.VisualStudio.GraphModel
Sestavení:  Microsoft.VisualStudio.GraphModel (v Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Deklarace
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>)

Hodnota vlastnosti

Typ: IEnumerable<GraphCategory>
Vrátí IEnumerable.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

GraphCommand Třída

Microsoft.VisualStudio.GraphModel – obor názvů