Condividi tramite


Interfaccia IFeedXMLDocumentLoader

Rappresenta un oggetto che può essere utilizzato per caricare un feed FeedSync da un oggetto IXMLDOMDocument2.

interface IFeedMetadataXMLDocumentLoader : IUnknown

Membri

Metodi IFeedMetadataXMLDocumentLoader Descrizione

IFeedXMLDocumentLoader::LoadFeedFromXMLDocument

Carica un feed FeedSync dall'oggetto IXMLDOMDocument2 specificato.

Osservazioni

Questa interfaccia viene implementata da IFeedSyncServices. Un provider che dispone di un feed nel formato IXMLDOMDocument2 può utilizzare LoadFeedMetadataFromXMLDocument per caricare il feed nell'oggetto IFeedSyncServices anziché convertire il feed in un oggetto IStream e utilizzare successivamente IFeedSyncServices::LoadFeed.

Questa interfaccia può essere acquisita chiamando il metodo QueryInterface dell'oggetto IFeedSyncServices.

Requisiti

Intestazione: Feedsync.h

Vedere anche

Concetti

Componenti di sincronizzazione Web di Sync Framework