Serializes the XML settings

Namespace:  Microsoft.Rtc.Collaboration.ConferenceManagement
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Private 
Sub 
WriteXml ( _
	
writer 
As 
XmlWriter _
) 
Implements 
IXmlSerializable.
WriteXml
C#
void 
IXmlSerializable.
WriteXml(
	
XmlWriter 
writer
)
Visual C++
private:
virtual 
void 
WriteXml(
	
XmlWriter^ 
writer
) 
sealed = 
IXmlSerializable::
WriteXml
JavaScript
JavaScript does not support explicit
interface implementations.

Parameters

writer
Type: XmlWriter

Implements

IXmlSerializableWriteXml(XmlWriter)

See Also