ServiceDocumentFormatter.LoadElementExtensions メソッド

定義

要素拡張のコレクションを読み込みます。

オーバーロード

LoadElementExtensions(XmlReader, CategoriesDocument, Int32)

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

LoadElementExtensions(XmlReader, ResourceCollectionInfo, Int32)

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

LoadElementExtensions(XmlReader, ServiceDocument, Int32)

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

LoadElementExtensions(XmlReader, Workspace, Int32)

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

LoadElementExtensions(XmlReader, CategoriesDocument, Int32)

ソース:
ServiceDocumentFormatter.cs
ソース:
ServiceDocumentFormatter.cs
ソース:
ServiceDocumentFormatter.cs
ソース:
ServiceDocumentFormatter.cs

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

protected:
 static void LoadElementExtensions(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::CategoriesDocument ^ categories, int maxExtensionSize);
protected static void LoadElementExtensions (System.Xml.XmlReader reader, System.ServiceModel.Syndication.CategoriesDocument categories, int maxExtensionSize);
static member LoadElementExtensions : System.Xml.XmlReader * System.ServiceModel.Syndication.CategoriesDocument * int -> unit
Protected Shared Sub LoadElementExtensions (reader As XmlReader, categories As CategoriesDocument, maxExtensionSize As Integer)

パラメーター

reader
XmlReader

読み取り元の XmlReader

categories
CategoriesDocument

要素拡張を読み込むために使用する CategoriesDocument

maxExtensionSize
Int32

読み込む要素拡張の最大サイズ。

適用対象

LoadElementExtensions(XmlReader, ResourceCollectionInfo, Int32)

ソース:
ServiceDocumentFormatter.cs
ソース:
ServiceDocumentFormatter.cs
ソース:
ServiceDocumentFormatter.cs
ソース:
ServiceDocumentFormatter.cs

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

protected:
 static void LoadElementExtensions(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::ResourceCollectionInfo ^ collection, int maxExtensionSize);
protected static void LoadElementExtensions (System.Xml.XmlReader reader, System.ServiceModel.Syndication.ResourceCollectionInfo collection, int maxExtensionSize);
static member LoadElementExtensions : System.Xml.XmlReader * System.ServiceModel.Syndication.ResourceCollectionInfo * int -> unit
Protected Shared Sub LoadElementExtensions (reader As XmlReader, collection As ResourceCollectionInfo, maxExtensionSize As Integer)

パラメーター

reader
XmlReader

読み取り元の XmlReader

collection
ResourceCollectionInfo

要素拡張を読み込むために使用する ResourceCollectionInfo

maxExtensionSize
Int32

読み込む拡張の最大サイズ。

適用対象

LoadElementExtensions(XmlReader, ServiceDocument, Int32)

ソース:
ServiceDocumentFormatter.cs
ソース:
ServiceDocumentFormatter.cs
ソース:
ServiceDocumentFormatter.cs
ソース:
ServiceDocumentFormatter.cs

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

protected:
 static void LoadElementExtensions(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::ServiceDocument ^ document, int maxExtensionSize);
protected static void LoadElementExtensions (System.Xml.XmlReader reader, System.ServiceModel.Syndication.ServiceDocument document, int maxExtensionSize);
static member LoadElementExtensions : System.Xml.XmlReader * System.ServiceModel.Syndication.ServiceDocument * int -> unit
Protected Shared Sub LoadElementExtensions (reader As XmlReader, document As ServiceDocument, maxExtensionSize As Integer)

パラメーター

reader
XmlReader

読み取り元の XmlReader

document
ServiceDocument

要素拡張を読み込むために使用する ServiceDocument

maxExtensionSize
Int32

読み込む拡張の最大サイズ。

適用対象

LoadElementExtensions(XmlReader, Workspace, Int32)

ソース:
ServiceDocumentFormatter.cs
ソース:
ServiceDocumentFormatter.cs
ソース:
ServiceDocumentFormatter.cs
ソース:
ServiceDocumentFormatter.cs

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

protected:
 static void LoadElementExtensions(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::Workspace ^ workspace, int maxExtensionSize);
protected static void LoadElementExtensions (System.Xml.XmlReader reader, System.ServiceModel.Syndication.Workspace workspace, int maxExtensionSize);
static member LoadElementExtensions : System.Xml.XmlReader * System.ServiceModel.Syndication.Workspace * int -> unit
Protected Shared Sub LoadElementExtensions (reader As XmlReader, workspace As Workspace, maxExtensionSize As Integer)

パラメーター

reader
XmlReader

読み取り元の XmlReader

workspace
Workspace

要素拡張を読み込むために使用する Workspace

maxExtensionSize
Int32

読み込む拡張の最大サイズ。

適用対象