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

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

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

语法

声明
Private Sub System.Xml.Serialization.IXmlSerializable.WriteXml ( _
    writer As XmlWriter _
) Implements IXmlSerializable.WriteXml
用法
Dim instance As FeedClockVectorElement
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 表示形式将被写入此编写器流。

备注

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

请参阅

参考

FeedClockVectorElement 类
FeedClockVectorElement 成员
Microsoft.Synchronization.FeedSync 命名空间