Opc.Ua.Core
Push Method (XmlEncoder)



Opc.Ua Namespace > XmlEncoder Class : Push Method
The name of the element.
The namespace that qualifies the element name.
Writes a start element.
Syntax
'Declaration
 
Public Sub Push( _
   ByVal fieldName As String, _
   ByVal namespaceUri As String _
) 
'Usage
 
Dim instance As XmlEncoder
Dim fieldName As String
Dim namespaceUri As String
 
instance.Push(fieldName, namespaceUri)
public void Push( 
   string fieldName,
   string namespaceUri
)
public:
void Push( 
   String^ fieldName,
   String^ namespaceUri
) 

Parameters

fieldName
The name of the element.
namespaceUri
The namespace that qualifies the element name.
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

XmlEncoder Class
XmlEncoder Members