RoutedCommand.Name Propiedad

Definición

Obtiene el nombre del comando.

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

Valor de propiedad

El nombre del comando.

Comentarios

Esta propiedad se puede usar al hacer referencia a en RoutedCommand XAML.

Se aplica a