Compartilhar via


DelegatingConfigHost.ProcessRawXml(XmlNode, ConfigurationBuilder) Método

Definição

Processa a marcação de uma seção de configuração usando o ConfigurationBuilder fornecido.

public:
 virtual System::Xml::XmlNode ^ ProcessRawXml(System::Xml::XmlNode ^ rawXml, System::Configuration::ConfigurationBuilder ^ builder);
public virtual System.Xml.XmlNode ProcessRawXml (System.Xml.XmlNode rawXml, System.Configuration.ConfigurationBuilder builder);
abstract member ProcessRawXml : System.Xml.XmlNode * System.Configuration.ConfigurationBuilder -> System.Xml.XmlNode
override this.ProcessRawXml : System.Xml.XmlNode * System.Configuration.ConfigurationBuilder -> System.Xml.XmlNode
Public Overridable Function ProcessRawXml (rawXml As XmlNode, builder As ConfigurationBuilder) As XmlNode

Parâmetros

rawXml
XmlNode

O XmlNode a processar.

builder
ConfigurationBuilder

ConfigurationBuilder a ser usado para processar o rawXml.

Retornos

O XmlNode processado.

Implementações

Aplica-se a