GraphCommand::LinkCategories Property

 

The link categories that connect to the results of this command.

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

public:
property IEnumerable<GraphCategory^>^ LinkCategories {
	IEnumerable<GraphCategory^>^ get();
	private: void set(IEnumerable<GraphCategory^>^ value);
}
Return to top
Show: