ConfigurationBuilder.ProcessRawXml(XmlNode) 方法

定义

接受表示配置文件中的原始配置节的 XmlNode,并返回修改后的或新的 XmlNode 供将来使用。

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

参数

rawXml
XmlNode

要处理的 XmlNode

返回

已处理的 XmlNode

适用于