次の方法で共有


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

適用対象