Proprietà ToolCommand.Name

Ottiene il nome di questo comando.

Spazio dei nomi:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

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

Valore proprietà

Tipo: System.String
Stringa che rappresenta il nome di questo comando o stringa vuota se il comando non dispone di un nome.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ToolCommand Classe

Spazio dei nomi Microsoft.Windows.Design.Interaction

Altre risorse

Architettura degli strumenti

Informazioni sull'estensibilità Progettazione WPF