SyndicationContent.ElementExtensions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of child elements within the element.
public:
property IVector<ISyndicationNode ^> ^ ElementExtensions { IVector<ISyndicationNode ^> ^ get(); };
IVector<ISyndicationNode> ElementExtensions();
public IList<ISyndicationNode> ElementExtensions { get; }
var iVector = syndicationContent.elementExtensions;
Public ReadOnly Property ElementExtensions As IList(Of ISyndicationNode)
Property Value
The list of child elements within the element.
Implements
Remarks
The following elements in the RSS 2.0 documents do not have public accessors;they can be accessed by searching the ElementExtensions collection on the SyndicationFeed object:
- /rss/channel/docs
- /rss/channel/cloud
- /rss/channel/pubDate
- /rss/channel/webmaster
- /rss/channel/ttl
- /rss/channel/rating
- /rss/channel/textInput
- /rss/channel/skipDays
- /rss/channel/skipHours