IFeedBuilderWithXmlText インターフェイス

FeedSync 形式の XML 文字列を使用して、同期セッション中に FeedSync フィードを構築します。

interface IFeedBuilderWithXmlText : IFeedBuilder

メンバー

IFeedBuilderWithXmlText メソッド 説明

IFeedBuilderWithXmlText::SaveChangeDataXmlText

フィードに項目変更を保存します。項目変更は、FeedSync 形式の XML 文字列で表されます。

IFeedBuilderWithXmlText::SaveConflictDataXmlText

競合を後で解決または伝達できるように、競合を保存します。競合は、FeedSync 形式の XML 文字列で表されます。

解説

IFeedBuilderWithXmlText オブジェクトは、IFeedBuilder オブジェクトの QueryInterface メソッドに IID_IFeedBuilderWithXmlText を渡すことによって取得できます。

必要条件

ヘッダー: Feedsync.h

参照

概念

Sync Framework の Web 同期コンポーネント