QuickOPC User's Guide and Reference
WriteXmlElement Method (ConfigurationPartCollection)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Configuration Namespace > ConfigurationPartCollection Class : WriteXmlElement Method
Infrastructure.
Syntax
'Declaration
 
Protected Overridable Sub WriteXmlElement( _
   ByVal writer As XmlWriter _
) 
'Usage
 
Dim instance As ConfigurationPartCollection
Dim writer As XmlWriter
 
instance.WriteXmlElement(writer)
protected virtual void WriteXmlElement( 
   XmlWriter writer
)
protected:
virtual void WriteXmlElement( 
   XmlWriter^ writer
) 

Parameters

writer
Requirements

Target Platforms: .NET Framework: Windows 7 with SP1, Windows Server 2012; .NET Core: Linux, Microsoft Windows

See Also

Reference

ConfigurationPartCollection Class
ConfigurationPartCollection Members