ServiceDocumentFormatter.LoadElementExtensions Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Carrega uma coleção de extensões do elemento.
Sobrecargas
LoadElementExtensions(XmlReader, CategoriesDocument, Int32) |
Carrega as extensões de elemento. |
LoadElementExtensions(XmlReader, ResourceCollectionInfo, Int32) |
Carrega as extensões de elemento. |
LoadElementExtensions(XmlReader, ServiceDocument, Int32) |
Carrega as extensões de elemento. |
LoadElementExtensions(XmlReader, Workspace, Int32) |
Carrega as extensões de elemento. |
LoadElementExtensions(XmlReader, CategoriesDocument, Int32)
Carrega as extensões de elemento.
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)
Parâmetros
- categories
- CategoriesDocument
O CategoriesDocument a ser usado para ler as extensões de elemento.
- maxExtensionSize
- Int32
O tamanho máximo de uma extensão de elemento a ser carregada.
Aplica-se a
LoadElementExtensions(XmlReader, ResourceCollectionInfo, Int32)
Carrega as extensões de elemento.
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)
Parâmetros
- collection
- ResourceCollectionInfo
O ResourceCollectionInfo a ser usado para carregar as extensões de elemento.
- maxExtensionSize
- Int32
O tamanho máximo de uma extensão a ser carregada.
Aplica-se a
LoadElementExtensions(XmlReader, ServiceDocument, Int32)
Carrega as extensões de elemento.
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)
Parâmetros
- document
- ServiceDocument
O ServiceDocument a ser usado para ler as extensões de elemento.
- maxExtensionSize
- Int32
O tamanho máximo de uma extensão a ser carregada.
Aplica-se a
LoadElementExtensions(XmlReader, Workspace, Int32)
Carrega as extensões de elemento.
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)
Parâmetros
- maxExtensionSize
- Int32
O tamanho máximo de uma extensão a ser carregada.