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

属性值

String

Platform::String

winrt::hstring

命令分隔符的标签。

实现

注解

设置此属性不起作用。

适用于

另请参阅