GraphCommand-Konstruktor
Erstellt einen neuen GraphCommand.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
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
)
Parameter
- definition
Typ: Microsoft.VisualStudio.GraphModel.GraphCommandDefinition
- targetCategories
Typ: IEnumerable<GraphCategory>
- linkCategories
Typ: IEnumerable<GraphCategory>
- trackChanges
Typ: Boolean
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.