共用方式為


FeedClockVector.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 FeedClockVector
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 寫入器資料流。

備註

這個方法會明確實作。存取這個方法的程式碼必須先將 FeedClockVector 轉型為 IXmlSerializable

請參閱

參考

FeedClockVector 類別
FeedClockVector 成員
Microsoft.Synchronization.FeedSync 命名空間