ClockVector.System.Xml.Serialization.IXmlSerializable.WriteXml 方法

将此对象转换为其 XML 表示形式。

命名空间: Microsoft.Synchronization
程序集: Microsoft.Synchronization(在 microsoft.synchronization.dll 中)

语法

声明
Private Sub System.Xml.Serialization.IXmlSerializable.WriteXml ( _
    writer As XmlWriter _
) Implements IXmlSerializable.WriteXml
用法
Dim instance As ClockVector
Dim writer As XmlWriter

CType(instance, IXmlSerializable).WriteXml(writer)
void IXmlSerializable.WriteXml (
    XmlWriter writer
)
private:
virtual void System.Xml.Serialization.IXmlSerializable.WriteXml (
    XmlWriter^ writer
) sealed = IXmlSerializable::WriteXml
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

参数

  • writer
    要在其中写入对象 XML 表现形式的 XML 编写器流。

备注

此方法是显式实现的。访问此方法的代码必须首先将 ClockVector 转换为 IXmlSerializable

请参阅

参考

ClockVector 类
ClockVector 成员
Microsoft.Synchronization 命名空间