CharacterGroupings.Lookup(String) Method

Definition

Gets the label under which the provided text falls.

public:
 virtual Platform::String ^ Lookup(Platform::String ^ text) = Lookup;
winrt::hstring Lookup(winrt::hstring const& text);
public string Lookup(string text);
function lookup(text)
Public Function Lookup (text As String) As String

Parameters

text
String

Platform::String

winrt::hstring

The string for which to get the label.

Returns

String

Platform::String

winrt::hstring

If successful, this method returns the label. Otherwise, it returns the input value.

Applies to