GraphSchema::Categories Property

 

All the GraphCategory objects that are registered with this schema.

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
property GraphCategoryCollection^ Categories {
	GraphCategoryCollection^ get();
	private: void set(GraphCategoryCollection^ value);
}
Return to top
Show: