IFeedSyncServicesWithXmlText 接口

表示同步提供程序可以用来在 Sync Framework 数据和 FeedSync 数据之间进行互操作的其他服务。

interface IFeedSyncServicesWithXmlText : IFeedSyncServices

成员

IFeedSyncServicesWithXmlText 方法 说明

IFeedSyncServicesWithXmlText::LoadChangeDataXmlText

从已加载馈送中加载指定项的数据,该数据表示为 FeedSync 格式的 XML 字符串。

备注

通过将 IID_IFeedSyncServicesWithXmlText 传递给 IFeedSyncServices 对象的 QueryInerface 方法,可以获取 IFeedSyncServicesWithXmlText 对象。

要求

**头文件:**Feedsync.h

请参阅

概念

Sync Framework Web 同步组件