SyndicationFeedFormatter.LoadElementExtensions Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Include Protected Members
Include Inherited Members
Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members
Loads element extensions.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
LoadElementExtensions(XmlReader, SyndicationCategory, Int32) | Loads element extensions into the specified SyndicationCategory using the specified XmlReader and the maximum extension size. | |
LoadElementExtensions(XmlReader, SyndicationFeed, Int32) | Loads element extensions into the specified SyndicationFeed using the specified XmlReader and the maximum extension size. | |
LoadElementExtensions(XmlReader, SyndicationItem, Int32) | Loads element extensions into the specified SyndicationItem using the specified XmlReader and the maximum extension size. | |
LoadElementExtensions(XmlReader, SyndicationLink, Int32) | Loads element extensions into the specified SyndicationLink using the specified XmlReader and the maximum extension size. | |
LoadElementExtensions(XmlReader, SyndicationPerson, Int32) | Loads element extensions into the specified SyndicationPerson using the specified XmlReader and the maximum extension size. |
Top