共用方式為


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

XmlElement,指定 KeyInfoNode 的狀態。

適用於