DgmlNodeProperties::GetCategories Property

 

This is a special property that is set on the IGraphContext RequestedProperties signifying to the provider that the caller wants the provider to add "GraphCategory" information to the input nodes.

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

public:
property GraphProperty^ GetCategories {
	static GraphProperty^ get();
	private: static void set(GraphProperty^ value);
}
Return to top
Show: