GraphObject.Categories Property

Definition

Return all categories. Never returns null.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphCategory ^> ^ Categories { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphCategory ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphCategory> Categories { get; }
member this.Categories : seq<Microsoft.VisualStudio.GraphModel.GraphCategory>
Public ReadOnly Property Categories As IEnumerable(Of GraphCategory)

Property Value

Applies to