RoutedUICommand.Text 屬性
定義
取得或設定描述這個命令的文字。Gets or sets the text that describes this command.
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
屬性值
描述命令的文字。The text that describes the command. 預設為空字串。The default is an empty string.