Nevron Open Vision Documentation
Nevron.Nov.Text.SpellCheck Namespace / NDictionarySourceCollection Class / AddNonDuplicateCulture Method


In This Topic
    AddNonDuplicateCulture Method
    In This Topic
    Adds a new dictionary info to the list, ensuring that its culture is not a duplicate of an alterady added dictionary info
    Syntax
    'Declaration
     
    
    Public Sub AddNonDuplicateCulture( _
       ByVal dictionarySource As NDictionarySource _
    ) 
    'Usage
     
    
    Dim instance As NDictionarySourceCollection
    Dim dictionarySource As NDictionarySource
     
    instance.AddNonDuplicateCulture(dictionarySource)
    public void AddNonDuplicateCulture( 
       NDictionarySource dictionarySource
    )

    Parameters

    dictionarySource
    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