SyndicationItemFormatter.LoadElementExtensions メソッド

定義

要素拡張を読み込みます。

オーバーロード

LoadElementExtensions(XmlReader, SyndicationPerson, Int32)

要素拡張を、指定された SyndicationPerson および最大拡張サイズを使用して、指定された XmlReader に読み込みます。

LoadElementExtensions(XmlReader, SyndicationLink, Int32)

要素拡張を、指定された SyndicationLink および最大拡張サイズを使用して、指定された XmlReader に読み込みます。

LoadElementExtensions(XmlReader, SyndicationCategory, Int32)

要素拡張を、指定された SyndicationCategory および最大拡張サイズを使用して、指定された XmlReader に読み込みます。

LoadElementExtensions(XmlReader, SyndicationItem, Int32)

要素拡張を、指定された SyndicationItem および最大拡張サイズを使用して、指定された XmlReader に読み込みます。

LoadElementExtensions(XmlReader, SyndicationPerson, Int32)

要素拡張を、指定された SyndicationPerson および最大拡張サイズを使用して、指定された XmlReader に読み込みます。

protected:
 static void LoadElementExtensions(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::SyndicationPerson ^ person, int maxExtensionSize);
protected public:
 static void LoadElementExtensions(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::SyndicationPerson ^ person, int maxExtensionSize);
protected 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 Shared Sub LoadElementExtensions (reader As XmlReader, person As SyndicationPerson, maxExtensionSize As Integer)
Protected Friend Shared Sub LoadElementExtensions (reader As XmlReader, person As SyndicationPerson, maxExtensionSize As Integer)

パラメーター

reader
XmlReader

読み取り元の XmlReader

person
SyndicationPerson

要素拡張の読み込み先の SyndicationPerson

maxExtensionSize
Int32

要素拡張で使用できる最大サイズ (バイト単位)。

例外

読み取り中に無効な XML が検出されました。

注釈

RSS 2.0 および Atom 1.0 仕様では、カスタム要素拡張を配信フィードに追加できます。 このメソッドを使用すると、これらの要素拡張を XmlReader から読み込むことができます。

適用対象

要素拡張を、指定された SyndicationLink および最大拡張サイズを使用して、指定された XmlReader に読み込みます。

protected:
 static void LoadElementExtensions(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::SyndicationLink ^ link, int maxExtensionSize);
protected public:
 static void LoadElementExtensions(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::SyndicationLink ^ link, int maxExtensionSize);
protected 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 Shared Sub LoadElementExtensions (reader As XmlReader, link As SyndicationLink, maxExtensionSize As Integer)
Protected Friend Shared Sub LoadElementExtensions (reader As XmlReader, link As SyndicationLink, maxExtensionSize As Integer)

パラメーター

reader
XmlReader

読み取り元の XmlReader

link
SyndicationLink

要素拡張の読み込み先の SyndicationLink

maxExtensionSize
Int32

要素拡張で使用できる最大サイズ (バイト単位)。

注釈

RSS 2.0 および Atom 1.0 仕様では、カスタム要素拡張を配信フィードに追加できます。 このメソッドを使用すると、これらの要素拡張を XmlReader から読み込むことができます。

適用対象

LoadElementExtensions(XmlReader, SyndicationCategory, Int32)

要素拡張を、指定された SyndicationCategory および最大拡張サイズを使用して、指定された XmlReader に読み込みます。

protected:
 static void LoadElementExtensions(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::SyndicationCategory ^ category, int maxExtensionSize);
protected public:
 static void LoadElementExtensions(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::SyndicationCategory ^ category, int maxExtensionSize);
protected 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 Shared Sub LoadElementExtensions (reader As XmlReader, category As SyndicationCategory, maxExtensionSize As Integer)
Protected Friend Shared Sub LoadElementExtensions (reader As XmlReader, category As SyndicationCategory, maxExtensionSize As Integer)

パラメーター

reader
XmlReader

読み取り元の XmlReader

category
SyndicationCategory

要素拡張の読み込み先の SyndicationCategory

maxExtensionSize
Int32

要素拡張で使用できる最大サイズ (バイト単位)。

注釈

RSS 2.0 および Atom 1.0 仕様では、カスタム要素拡張を配信フィードに追加できます。 このメソッドを使用すると、これらの要素拡張を XmlReader から読み込むことができます。

適用対象

LoadElementExtensions(XmlReader, SyndicationItem, Int32)

要素拡張を、指定された SyndicationItem および最大拡張サイズを使用して、指定された XmlReader に読み込みます。

protected:
 static void LoadElementExtensions(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::SyndicationItem ^ item, int maxExtensionSize);
protected public:
 static void LoadElementExtensions(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::SyndicationItem ^ item, int maxExtensionSize);
protected 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 Shared Sub LoadElementExtensions (reader As XmlReader, item As SyndicationItem, maxExtensionSize As Integer)
Protected Friend Shared Sub LoadElementExtensions (reader As XmlReader, item As SyndicationItem, maxExtensionSize As Integer)

パラメーター

reader
XmlReader

読み取り元の XmlReader

item
SyndicationItem

要素拡張の読み込み先の SyndicationItem

maxExtensionSize
Int32

要素拡張で使用できる最大サイズ (バイト単位)。

注釈

RSS 2.0 および Atom 1.0 仕様では、カスタム要素拡張を配信フィードに追加できます。 このメソッドを使用すると、これらの要素拡張を XmlReader から読み込むことができます。

適用対象