ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.ExpressionEditor Namespace / C1ExpressionRichTextBox 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