DelegatingConfigHost.ProcessRawXml(XmlNode, ConfigurationBuilder) Method

Definition

Processes the markup of a configuration section using the provided ConfigurationBuilder.

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

Parameters

rawXml
XmlNode

The XmlNode to process.

builder
ConfigurationBuilder

ConfigurationBuilder to use to process the rawXml.

Returns

The processed XmlNode.

Implements

Applies to