ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1MaskedTextBox Class / GetLinguisticAlternativesAsync Method

In This Topic
    GetLinguisticAlternativesAsync Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetLinguisticAlternativesAsync() As Windows.Foundation.IAsyncOperation(Of IVectorView(Of String))
    public Windows.Foundation.IAsyncOperation<IVectorView<string>> GetLinguisticAlternativesAsync()
    See Also