GraphSchema.Categories Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
All the GraphCategory objects that are registered with this schema.
public:
property Microsoft::VisualStudio::GraphModel::GraphCategoryCollection ^ Categories { Microsoft::VisualStudio::GraphModel::GraphCategoryCollection ^ get(); };
public Microsoft.VisualStudio.GraphModel.GraphCategoryCollection Categories { get; }
member this.Categories : Microsoft.VisualStudio.GraphModel.GraphCategoryCollection
Public ReadOnly Property Categories As GraphCategoryCollection