Freigeben über


ToolCommandBinding-Konstruktor (ToolCommand)

Initialisiert eine neue Instanz der ToolCommandBinding-Klasse.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public Sub New ( _
    command As ToolCommand _
)
public ToolCommandBinding(
    ToolCommand command
)
public:
ToolCommandBinding(
    ToolCommand^ command
)
new : 
        command:ToolCommand -> ToolCommandBinding
public function ToolCommandBinding(
    command : ToolCommand
)

Parameter

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

command hat den Wert nullNULL-Verweis (Nothing in Visual Basic).

.NET Framework-Sicherheit

Siehe auch

Referenz

ToolCommandBinding Klasse

ToolCommandBinding-Überladung

Microsoft.Windows.Design.Interaction-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit

Toolarchitektur