GraphObject::Categories Property
Visual Studio 2015
Returns all categories. Never returns null.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
public: property IEnumerable<GraphCategory^>^ Categories { IEnumerable<GraphCategory^>^ get(); }
Property Value
Type: System.Collections.Generic::IEnumerable<GraphCategory^>^
Show: