Partager via


ToolCommand.Name, propriété

Obtient le nom de cette commande.

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

Syntaxe

'Déclaration
Public ReadOnly Property Name As String
    Get
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
member Name : string
function get Name () : String

Valeur de propriété

Type : System.String
Chaîne représentant le nom de cette commande ou chaîne vide si la commande ne porte aucun nom.

Sécurité .NET Framework

Voir aussi

Référence

ToolCommand Classe

Microsoft.Windows.Design.Interaction, espace de noms

Autres ressources

Architecture des outils

Fonctionnement de l'extensibilité du Concepteur WPF