CharacterGrouping.First Property

Definition

Gets the first item that appears in the grouping under this index.

public:
 property Platform::String ^ First { Platform::String ^ get(); };
winrt::hstring First();
public string First { get; }
var string = characterGrouping.first;
Public ReadOnly Property First As String

Property Value

String

Platform::String

winrt::hstring

The string that defines the start of the group that has the associated label. The start of the next group implicitly determines its end.

Applies to