KeyInfoName.LoadXml(XmlElement) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
剖析輸入的 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>
元素。