Partager via


ToolCommand, constructeur (String)

Initialise une nouvelle instance de la classe ToolCommand avec le nom de commande spécifié.

Espace de noms :  Microsoft.Windows.Design.Interaction
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

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

Paramètres

Exceptions

Exception Condition
ArgumentNullException

commandName est nullune référence null (Nothing en Visual Basic).

Notes

Le nom de commande n'est pas utilisé par la classe ToolCommand, mais constitue une aide au débogage précieuse.

Sécurité .NET Framework

Voir aussi

Référence

ToolCommand Classe

ToolCommand, surcharge

Microsoft.Windows.Design.Interaction, espace de noms

Autres ressources

Architecture des outils

Fonctionnement de l'extensibilité du Concepteur WPF