共用方式為


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> 元素。

適用於