GraphObject::Categories Property

 

Returns all categories. Never returns null.

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

public:
property IEnumerable<GraphCategory^>^ Categories {
	IEnumerable<GraphCategory^>^ get();
}
Return to top
Show: