Sdílet prostřednictvím


GraphObject.Categories – vlastnost

Vrátí všechny kategorie.Nikdy nevrací hodnotu null.

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

Syntaxe

'Deklarace
Public ReadOnly Property Categories As IEnumerable(Of GraphCategory)
public IEnumerable<GraphCategory> Categories { get; }
public:
property IEnumerable<GraphCategory^>^ Categories {
    IEnumerable<GraphCategory^>^ get ();
}
member Categories : IEnumerable<GraphCategory> with get
function get Categories () : IEnumerable<GraphCategory>

Hodnota vlastnosti

Typ: IEnumerable<GraphCategory>

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

GraphObject Třída

Microsoft.VisualStudio.GraphModel – obor názvů