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
- commandName
Type : System.String
Nom de la commande.
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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.Windows.Design.Interaction, espace de noms