TraceEvent.IXmlSerializable.WriteXml Method
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Private Sub WriteXml ( _
xmlWriter As XmlWriter _
) Implements IXmlSerializable.WriteXml
'Usage
Dim instance As TraceEvent
Dim xmlWriter As XmlWriter
CType(instance, IXmlSerializable).WriteXml(xmlWriter)
void IXmlSerializable.WriteXml(
XmlWriter xmlWriter
)
private:
virtual void WriteXml(
XmlWriter^ xmlWriter
) sealed = IXmlSerializable::WriteXml
private abstract WriteXml :
xmlWriter:XmlWriter -> unit
private override WriteXml :
xmlWriter:XmlWriter -> unit
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- xmlWriter
Type: System.Xml.XmlWriter