Nevron Open Vision Documentation
Nevron.Nov.Text.SpellCheck Namespace / NSpellChecker Class / GetOrCreateDictionarySourcesAsync Method


In This Topic
    GetOrCreateDictionarySourcesAsync Method
    In This Topic
    Gets or creates the dictionary sources.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetOrCreateDictionarySourcesAsync() As NPromise(Of NDictionarySourceCollection)
    'Usage
     
    
    Dim instance As NSpellChecker
    Dim value As NPromise(Of NDictionarySourceCollection)
     
    value = instance.GetOrCreateDictionarySourcesAsync()
    public virtual NPromise<NDictionarySourceCollection> GetOrCreateDictionarySourcesAsync()
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also