Opc.Ua.Core
SaveStringTable Method (XmlEncoder)



Opc.Ua Namespace > XmlEncoder Class : SaveStringTable Method
Name of the table.
Name of the element.
The string table.
Saves a string table from an XML stream.
Syntax
'Declaration
 
Public Sub SaveStringTable( _
   ByVal tableName As String, _
   ByVal elementName As String, _
   ByVal stringTable As StringTable _
) 
'Usage
 
Dim instance As XmlEncoder
Dim tableName As String
Dim elementName As String
Dim stringTable As StringTable
 
instance.SaveStringTable(tableName, elementName, stringTable)
public void SaveStringTable( 
   string tableName,
   string elementName,
   StringTable stringTable
)
public:
void SaveStringTable( 
   String^ tableName,
   String^ elementName,
   StringTable^ stringTable
) 

Parameters

tableName
Name of the table.
elementName
Name of the element.
stringTable
The string table.
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