Nevron Open Vision Documentation
Nevron.Nov.Xml Namespace / NXmlReader Class / Wvxd Method


In This Topic
    Wvxd Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub Wvxd( _
       ByVal xvxd As ENXmlReaderNodeType, _
       ByVal Yvxd As System.String, _
       ByVal value As System.String, _
       ByVal AWxd As System.Boolean, _
       ByVal bWxd As NMap(Of String,String) _
    ) 
    'Usage
     
    
    Dim instance As NXmlReader
    Dim xvxd As ENXmlReaderNodeType
    Dim Yvxd As System.String
    Dim value As System.String
    Dim AWxd As System.Boolean
    Dim bWxd As NMap(Of String,String)
     
    instance.Wvxd(xvxd, Yvxd, value, AWxd, bWxd)
    internal void Wvxd( 
       ENXmlReaderNodeType xvxd,
       System.string Yvxd,
       System.string value,
       System.bool AWxd,
       NMap<string,string> bWxd
    )

    Parameters

    xvxd
    Yvxd
    value
    AWxd
    bWxd
    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