CharacterGrouping.Label 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与此索引关联的标签。
public:
property Platform::String ^ Label { Platform::String ^ get(); };
winrt::hstring Label();
public string Label { get; }
var string = characterGrouping.label;
Public ReadOnly Property Label As String
属性值
要用作此组的所有字符串的标签的字符串。 此字符串可以为空,在这种情况下,标签被视为“其他”。