CharacterGrouping.First Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The string that defines the start of the group that has the associated label. The start of the next group implicitly determines its end.