ConfigurationBuilder.ProcessRawXml(XmlNode) Metod

Definition

Accepterar ett XmlNode som representerar avsnittet för råkonfiguration från en konfigurationsfil och returnerar en ändrad eller ny XmlNode för ytterligare användning.

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

Parametrar

rawXml
XmlNode

Att XmlNode bearbeta.

Returer

Den bearbetade XmlNode.

Gäller för