GraphCommand(GraphCommandDefinition, IEnumerable<GraphCategory>, IEnumerable<GraphCategory>, Boolean) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cria um novo GraphCommand.
public GraphCommand (Microsoft.VisualStudio.GraphModel.GraphCommandDefinition definition, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphCategory> targetCategories = default, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphCategory> linkCategories = default, bool trackChanges = false);
new Microsoft.VisualStudio.GraphModel.GraphCommand : Microsoft.VisualStudio.GraphModel.GraphCommandDefinition * seq<Microsoft.VisualStudio.GraphModel.GraphCategory> * seq<Microsoft.VisualStudio.GraphModel.GraphCategory> * bool -> Microsoft.VisualStudio.GraphModel.GraphCommand
Public Sub New (definition As GraphCommandDefinition, Optional targetCategories As IEnumerable(Of GraphCategory) = Nothing, Optional linkCategories As IEnumerable(Of GraphCategory) = Nothing, Optional trackChanges As Boolean = false)
Parâmetros
- definition
- GraphCommandDefinition
- targetCategories
- IEnumerable<GraphCategory>
- linkCategories
- IEnumerable<GraphCategory>
- trackChanges
- Boolean