RoutedUICommand.Text Proprietà

Definizione

Ottiene o imposta il testo che descrive questo comando.

public:
 property System::String ^ Text { System::String ^ get(); void set(System::String ^ value); };
public string Text { get; set; }
member this.Text : string with get, set
Public Property Text As String

Valore della proprietà

Il testo che descrive il comando. Il valore predefinito è una stringa vuota.

Si applica a

Vedi anche