共用方式為


IUICommand.Label 屬性

定義

取得或設定命令的標籤。

public:
 property Platform::String ^ Label { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Label();

void Label(winrt::hstring value);
public string Label { get; set; }
var string = iUICommand.label;
iUICommand.label = string;
Public Property Label As String

屬性值

String

Platform::String

winrt::hstring

命令的標籤。

適用於

另請參閱