ServiceDocumentFormatter.LoadElementExtensions Metod

Definition

Läser in en samling elementtillägg.

Överlagringar

LoadElementExtensions(XmlReader, CategoriesDocument, Int32)

Källa:
ServiceDocumentFormatter.cs
Källa:
ServiceDocumentFormatter.cs
Källa:
ServiceDocumentFormatter.cs
Källa:
ServiceDocumentFormatter.cs

Läser in elementtillägg.

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)

Parametrar

reader
XmlReader

Att XmlReader läsa från.

categories
CategoriesDocument

Att CategoriesDocument använda för att läsa elementtilläggen.

maxExtensionSize
Int32

Den maximala storleken på ett elementtillägg som ska läsas in.

Gäller för

LoadElementExtensions(XmlReader, ResourceCollectionInfo, Int32)

Källa:
ServiceDocumentFormatter.cs
Källa:
ServiceDocumentFormatter.cs
Källa:
ServiceDocumentFormatter.cs
Källa:
ServiceDocumentFormatter.cs

Läser in elementtillägg.

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)

Parametrar

reader
XmlReader

Att XmlReader läsa från.

collection
ResourceCollectionInfo

Att ResourceCollectionInfo använda för att läsa in elementtilläggen.

maxExtensionSize
Int32

Den maximala storleken på ett tillägg som ska läsas in.

Gäller för

LoadElementExtensions(XmlReader, ServiceDocument, Int32)

Källa:
ServiceDocumentFormatter.cs
Källa:
ServiceDocumentFormatter.cs
Källa:
ServiceDocumentFormatter.cs
Källa:
ServiceDocumentFormatter.cs

Läser in elementtillägg.

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)

Parametrar

reader
XmlReader

Att XmlReader läsa från.

document
ServiceDocument

Att ServiceDocument använda för att läsa elementtilläggen.

maxExtensionSize
Int32

Den maximala storleken på ett tillägg som ska läsas in.

Gäller för

LoadElementExtensions(XmlReader, Workspace, Int32)

Källa:
ServiceDocumentFormatter.cs
Källa:
ServiceDocumentFormatter.cs
Källa:
ServiceDocumentFormatter.cs
Källa:
ServiceDocumentFormatter.cs

Läser in elementtillägg.

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)

Parametrar

reader
XmlReader

Att XmlReader läsa från.

workspace
Workspace

Att Workspace använda för att läsa in elementtilläggen.

maxExtensionSize
Int32

Den maximala storleken på ett tillägg som ska läsas in.

Gäller för