Compartir a través de


DelegatingConfigHost.ProcessRawXml(XmlNode, ConfigurationBuilder) Método

Definición

Procesa el marcado de una sección de configuración mediante el elemento ConfigurationBuilder proporcionado.

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

XmlNode para procesar.

builder
ConfigurationBuilder

ConfigurationBuilder que se usará para procesar rawXml.

Devoluciones

Elemento XmlNode procesado.

Implementaciones

Se aplica a