Opc.Ua.Core
Skip Method



Opc.Ua Namespace > XmlDecoder Class : Skip Method
The qualified name of the element to skip.
Skips to the end of the specified element.
Syntax
'Declaration
 
Public Sub Skip( _
   ByVal qname As XmlQualifiedName _
) 
'Usage
 
Dim instance As XmlDecoder
Dim qname As XmlQualifiedName
 
instance.Skip(qname)
public void Skip( 
   XmlQualifiedName qname
)
public:
void Skip( 
   XmlQualifiedName^ qname
) 

Parameters

qname
The qualified name of the element to skip.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XmlDecoder Class
XmlDecoder Members