ServiceDocumentFormatter.LoadElementExtensions 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
加载元素扩展的集合。
重载
LoadElementExtensions(XmlReader, CategoriesDocument, Int32)
加载元素扩展。
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)
参数
- categories
- CategoriesDocument
用于读取元素扩展的 CategoriesDocument。
- maxExtensionSize
- Int32
要加载的元素扩展的最大大小。
适用于
LoadElementExtensions(XmlReader, ResourceCollectionInfo, Int32)
加载元素扩展。
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)
参数
- collection
- ResourceCollectionInfo
用于加载元素扩展的 ResourceCollectionInfo。
- maxExtensionSize
- Int32
要加载的扩展的最大大小。
适用于
LoadElementExtensions(XmlReader, ServiceDocument, Int32)
加载元素扩展。
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)
参数
- document
- ServiceDocument
用于读取元素扩展的 ServiceDocument。
- maxExtensionSize
- Int32
要加载的扩展的最大大小。
适用于
LoadElementExtensions(XmlReader, Workspace, Int32)
加载元素扩展。
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)
参数
- maxExtensionSize
- Int32
要加载的扩展的最大大小。