Freigeben über


ToolCommand-Konstruktor (String)

Initialisiert eine neue Instanz der ToolCommand-Klasse mit dem angegebenen Befehlsnamen.

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

Syntax

'Declaration
Public Sub New ( _
    commandName As String _
)
public ToolCommand(
    string commandName
)
public:
ToolCommand(
    String^ commandName
)
new : 
        commandName:string -> ToolCommand
public function ToolCommand(
    commandName : String
)

Parameter

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

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

Hinweise

Der Befehlsname wird nicht von der ToolCommand-Klasse verwendet, ist jedoch eine nützliche Hilfe beim Debuggen.

.NET Framework-Sicherheit

Siehe auch

Referenz

ToolCommand Klasse

ToolCommand-Überladung

Microsoft.Windows.Design.Interaction-Namespace

Weitere Ressourcen

Toolarchitektur

WPF-Designer-Erweiterbarkeit