Share via


KeyInfoNode.LoadXml(XmlElement) 方法

定义

分析输入的 XmlElement 并配置要匹配的 KeyInfoNode 的内部状态。

public:
 override void LoadXml(System::Xml::XmlElement ^ value);
public override void LoadXml (System.Xml.XmlElement value);
override this.LoadXml : System.Xml.XmlElement -> unit
Public Overrides Sub LoadXml (value As XmlElement)

参数

value
XmlElement

KeyInfoNode,用于指定 XmlElement 的状态。

适用于