Share via


KeyInfoName.LoadXml(XmlElement) 方法

定义

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

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

XmlElement 对象,用于指定 KeyInfoName 对象的状态。

例外

value 参数为 null

注解

方法 LoadXml 通常用于处理 <KeyName> 元素的 <KeyInfo> 子元素。

适用于