Share via


UICommand.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 = uICommand.label;
uICommand.label = string;
Public Property Label As String

属性值

String

Platform::String

winrt::hstring

命令的标签。

实现

适用于

另请参阅