Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Crea un nuovo GraphCommand.
Spazio dei nomi: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
definition As GraphCommandDefinition, _
targetCategories As IEnumerable(Of GraphCategory), _
linkCategories As IEnumerable(Of GraphCategory), _
trackChanges As Boolean _
)
public GraphCommand(
GraphCommandDefinition definition,
IEnumerable<GraphCategory> targetCategories,
IEnumerable<GraphCategory> linkCategories,
bool trackChanges
)
public:
GraphCommand(
GraphCommandDefinition^ definition,
IEnumerable<GraphCategory^>^ targetCategories,
IEnumerable<GraphCategory^>^ linkCategories,
bool trackChanges
)
new :
definition:GraphCommandDefinition *
targetCategories:IEnumerable<GraphCategory> *
linkCategories:IEnumerable<GraphCategory> *
trackChanges:bool -> GraphCommand
public function GraphCommand(
definition : GraphCommandDefinition,
targetCategories : IEnumerable<GraphCategory>,
linkCategories : IEnumerable<GraphCategory>,
trackChanges : boolean
)
Parametri
- definition
Tipo: Microsoft.VisualStudio.GraphModel.GraphCommandDefinition
- targetCategories
Tipo: System.Collections.Generic.IEnumerable<GraphCategory>
- linkCategories
Tipo: System.Collections.Generic.IEnumerable<GraphCategory>
- trackChanges
Tipo: System.Boolean
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.