GraphCommand Constructor (GraphCommandDefinition^, IEnumerable<GraphCategory^>^, IEnumerable<GraphCategory^>^, Boolean)
Visual Studio 2015
Creates a new GraphCommand.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
public: GraphCommand( GraphCommandDefinition^ definition, IEnumerable<GraphCategory^>^ targetCategories = null, IEnumerable<GraphCategory^>^ linkCategories = null, bool trackChanges = false )
Parameters
- definition
- Type: Microsoft.VisualStudio.GraphModel::GraphCommandDefinition^
- targetCategories
- Type: System.Collections.Generic::IEnumerable<GraphCategory^>^
- linkCategories
- Type: System.Collections.Generic::IEnumerable<GraphCategory^>^
- trackChanges
- Type: System::Boolean
Show: