KeyInfoClause.LoadXml(XmlElement) 方法

定义

在派生类中重写时,分析输入 XmlElement,并配置要匹配的 KeyInfoClause 的内部状态。

public:
 abstract void LoadXml(System::Xml::XmlElement ^ element);
public abstract void LoadXml (System.Xml.XmlElement element);
abstract member LoadXml : System.Xml.XmlElement -> unit
Public MustOverride Sub LoadXml (element As XmlElement)

参数

element
XmlElement

KeyInfoClause,用于指定 XmlElement 的状态。

注解

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

适用于