DgmlNodeProperties::GetCategories Property
Visual Studio 2015
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.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
public: property GraphProperty^ GetCategories { static GraphProperty^ get(); private: static void set(GraphProperty^ value); }
Show: