Nevron Open Vision Documentation
Nevron.Nov.Serialization Namespace / NDomDeserializationContext Class / ResolveSchema Method


In This Topic
    ResolveSchema Method
    In This Topic
    Resolves a schema by name.
    Syntax
    'Declaration
     
    
    Public Overridable Function ResolveSchema( _
       ByVal name As System.String _
    ) As NSchema
    'Usage
     
    
    Dim instance As NDomDeserializationContext
    Dim name As System.String
    Dim value As NSchema
     
    value = instance.ResolveSchema(name)
    public virtual NSchema ResolveSchema( 
       System.string name
    )

    Parameters

    name
    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