Share via


TextBox.GetLinguisticAlternativesAsync Method

Definition

Asynchronously gets a list of candidate words based on the provided phonetic characters in an Input Method Editor (IME).

[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<string>> GetLinguisticAlternativesAsync();

Returns

A list of candidate words based on the provided phonetic characters in an Input Method Editor (IME).

Attributes

Applies to