Nevron Open Vision Documentation
Nevron.Nov.Globalization Namespace / NResourceDictionarySource Class / NResourceDictionarySource Constructor / NResourceDictionarySource Constructor(NLanguageInfo,String,Boolean,NEmbeddedResource)


In This Topic
    NResourceDictionarySource Constructor(NLanguageInfo,String,Boolean,NEmbeddedResource)
    In This Topic
    Initializing constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal languageInfo As NLanguageInfo, _
       ByVal description As System.String, _
       ByVal caseSensitive As System.Boolean, _
       ByVal resource As NEmbeddedResource _
    )
    'Usage
     
    
    Dim languageInfo As NLanguageInfo
    Dim description As System.String
    Dim caseSensitive As System.Boolean
    Dim resource As NEmbeddedResource
     
    Dim instance As New NResourceDictionarySource(languageInfo, description, caseSensitive, resource)
    public NResourceDictionarySource( 
       NLanguageInfo languageInfo,
       System.string description,
       System.bool caseSensitive,
       NEmbeddedResource resource
    )

    Parameters

    languageInfo
    description
    caseSensitive
    resource
    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