SyndicationFeedFormatter.LoadElementExtensions Method
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.
Loads element extensions.
Overloads
LoadElementExtensions(XmlReader, SyndicationCategory, Int32) |
Loads element extensions into the specified SyndicationCategory using the specified XmlReader and maximum extension size. |
LoadElementExtensions(XmlReader, SyndicationFeed, Int32) |
Loads element extensions into the specified SyndicationFeed using the specified XmlReader and maximum extension size. |
LoadElementExtensions(XmlReader, SyndicationItem, Int32) |
Loads element extensions into the specified SyndicationItem using the specified XmlReader and maximum extension size. |
LoadElementExtensions(XmlReader, SyndicationLink, Int32) |
Loads element extensions into the specified SyndicationLink using the specified XmlReader and maximum extension size. |
LoadElementExtensions(XmlReader, SyndicationPerson, Int32) |
Loads element extensions into the specified SyndicationPerson using the specified XmlReader and maximum extension size. |
LoadElementExtensions(XmlReader, SyndicationCategory, Int32)
- Source:
- SyndicationFeedFormatter.cs
- Source:
- SyndicationFeedFormatter.cs
- Source:
- SyndicationFeedFormatter.cs
- Source:
- SyndicationFeedFormatter.cs
Loads element extensions into the specified SyndicationCategory using the specified XmlReader and maximum extension size.
protected public:
static void LoadElementExtensions(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::SyndicationCategory ^ category, int maxExtensionSize);
protected internal static void LoadElementExtensions (System.Xml.XmlReader reader, System.ServiceModel.Syndication.SyndicationCategory category, int maxExtensionSize);
static member LoadElementExtensions : System.Xml.XmlReader * System.ServiceModel.Syndication.SyndicationCategory * int -> unit
Protected Friend Shared Sub LoadElementExtensions (reader As XmlReader, category As SyndicationCategory, maxExtensionSize As Integer)
Parameters
- category
- SyndicationCategory
The SyndicationCategory to load the element extensions into.
- maxExtensionSize
- Int32
The maximum allowable size for an element extension (in bytes).
Remarks
The RSS 2.0 and Atom 1.0 specifications allow you to add custom element extensions to a syndication feed. This method allows you to read in these element extensions from an XmlReader.
Applies to
LoadElementExtensions(XmlReader, SyndicationFeed, Int32)
- Source:
- SyndicationFeedFormatter.cs
- Source:
- SyndicationFeedFormatter.cs
- Source:
- SyndicationFeedFormatter.cs
- Source:
- SyndicationFeedFormatter.cs
Loads element extensions into the specified SyndicationFeed using the specified XmlReader and maximum extension size.
protected public:
static void LoadElementExtensions(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::SyndicationFeed ^ feed, int maxExtensionSize);
protected internal static void LoadElementExtensions (System.Xml.XmlReader reader, System.ServiceModel.Syndication.SyndicationFeed feed, int maxExtensionSize);
static member LoadElementExtensions : System.Xml.XmlReader * System.ServiceModel.Syndication.SyndicationFeed * int -> unit
Protected Friend Shared Sub LoadElementExtensions (reader As XmlReader, feed As SyndicationFeed, maxExtensionSize As Integer)
Parameters
- feed
- SyndicationFeed
The SyndicationFeed to load the element extensions into.
- maxExtensionSize
- Int32
The maximum allowable size for an element extension (in bytes).
Remarks
The RSS 2.0 and Atom 1.0 specifications allow you to add custom element extensions to a syndication feed. This method allows you to read in these element extensions from an XmlReader.
Applies to
LoadElementExtensions(XmlReader, SyndicationItem, Int32)
- Source:
- SyndicationFeedFormatter.cs
- Source:
- SyndicationFeedFormatter.cs
- Source:
- SyndicationFeedFormatter.cs
- Source:
- SyndicationFeedFormatter.cs
Loads element extensions into the specified SyndicationItem using the specified XmlReader and maximum extension size.
protected public:
static void LoadElementExtensions(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::SyndicationItem ^ item, int maxExtensionSize);
protected internal static void LoadElementExtensions (System.Xml.XmlReader reader, System.ServiceModel.Syndication.SyndicationItem item, int maxExtensionSize);
static member LoadElementExtensions : System.Xml.XmlReader * System.ServiceModel.Syndication.SyndicationItem * int -> unit
Protected Friend Shared Sub LoadElementExtensions (reader As XmlReader, item As SyndicationItem, maxExtensionSize As Integer)
Parameters
- item
- SyndicationItem
The SyndicationItem to load the element extensions into.
- maxExtensionSize
- Int32
The maximum allowable size for an element extension (in bytes).
Remarks
The RSS 2.0 and Atom 1.0 specifications allow you to add custom element extensions to a syndication feed. This method allows you to read in these element extensions from an XmlReader.
Applies to
LoadElementExtensions(XmlReader, SyndicationLink, Int32)
- Source:
- SyndicationFeedFormatter.cs
- Source:
- SyndicationFeedFormatter.cs
- Source:
- SyndicationFeedFormatter.cs
- Source:
- SyndicationFeedFormatter.cs
Loads element extensions into the specified SyndicationLink using the specified XmlReader and maximum extension size.
protected public:
static void LoadElementExtensions(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::SyndicationLink ^ link, int maxExtensionSize);
protected internal static void LoadElementExtensions (System.Xml.XmlReader reader, System.ServiceModel.Syndication.SyndicationLink link, int maxExtensionSize);
static member LoadElementExtensions : System.Xml.XmlReader * System.ServiceModel.Syndication.SyndicationLink * int -> unit
Protected Friend Shared Sub LoadElementExtensions (reader As XmlReader, link As SyndicationLink, maxExtensionSize As Integer)
Parameters
- link
- SyndicationLink
The SyndicationLink to load the element extensions into.
- maxExtensionSize
- Int32
The maximum allowable size for an element extension (in bytes).
Remarks
The RSS 2.0 and Atom 1.0 specifications allow you to add custom element extensions to a syndication feed. This method allows you to read in these element extensions from an XmlReader.
Applies to
LoadElementExtensions(XmlReader, SyndicationPerson, Int32)
- Source:
- SyndicationFeedFormatter.cs
- Source:
- SyndicationFeedFormatter.cs
- Source:
- SyndicationFeedFormatter.cs
- Source:
- SyndicationFeedFormatter.cs
Loads element extensions into the specified SyndicationPerson using the specified XmlReader and maximum extension size.
protected public:
static void LoadElementExtensions(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::SyndicationPerson ^ person, int maxExtensionSize);
protected internal static void LoadElementExtensions (System.Xml.XmlReader reader, System.ServiceModel.Syndication.SyndicationPerson person, int maxExtensionSize);
static member LoadElementExtensions : System.Xml.XmlReader * System.ServiceModel.Syndication.SyndicationPerson * int -> unit
Protected Friend Shared Sub LoadElementExtensions (reader As XmlReader, person As SyndicationPerson, maxExtensionSize As Integer)
Parameters
- person
- SyndicationPerson
The SyndicationPerson to load the element extensions into.
- maxExtensionSize
- Int32
The maximum allowable size for an element extension (in bytes).
Remarks
The RSS 2.0 and Atom 1.0 specifications allow you to add custom element extensions to a syndication feed. This method allows you to read in these element extensions from an XmlReader.