Interfaz IFeedXMLDocumentLoader

Representa un objeto que se puede usar para cargar una fuente de FeedSync desde un objeto IXMLDOMDocument2.

interface IFeedMetadataXMLDocumentLoader : IUnknown

Miembros

Métodos de IFeedMetadataXMLDocumentLoader Descripción

IFeedXMLDocumentLoader::LoadFeedFromXMLDocument

Carga una fuente de FeedSync desde el objeto IXMLDOMDocument2.

Notas

IFeedSyncServices implementa esta interfaz. Un proveedor que tiene una fuente en el formato IXMLDOMDocument2 puede usar LoadFeedMetadataFromXMLDocument para cargar la fuente en el objeto IFeedSyncServices en lugar de convertir la fuente en un objeto IStream y, a continuación, usar IFeedSyncServices::LoadFeed.

Esta interfaz se puede obtener mediante una llamada al método QueryInterface del objeto IFeedSyncServices.

Requisitos

Encabezado: Feedsync.h

Vea también

Conceptos

Componentes de Sync Services for FeedSync