GraphCommand Constructor (GraphCommandDefinition^, IEnumerable<GraphCategory^>^, IEnumerable<GraphCategory^>^, Boolean)

 

Creates a new GraphCommand.

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

public:
GraphCommand(
	GraphCommandDefinition^ definition,
	IEnumerable<GraphCategory^>^ targetCategories = null,
	IEnumerable<GraphCategory^>^ linkCategories = null,
	bool trackChanges = false
)
Return to top
Show: