次の方法で共有


CharacterGrouping.Label プロパティ

定義

このインデックスに関連付けられているラベルを取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

このグループのすべての文字列のラベルとして使用する文字列。 この文字列は空の場合があります。その場合、ラベルは "other" と見なされます。

適用対象