Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns the XML fragment for the feed item.
Syntax
HRESULT Xml( FEEDS_XML_INCLUDE_FLAGS fxif, IStream **pps );
Parameters
- fxif
 
[in] A FEEDS_XML_INCLUDE_FLAGS value that specifies whether to include namespace extensions to Really Simple Syndication (RSS) 2.0 in the XML.- pps
 
[out] Pointer to a variable of type IStream that receives the XML source for the feed item.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
The XML fragment does not include the XML namespace declaration or Document Type Definition (DTD).
See Also