KeyInfoNode.LoadXml(XmlElement) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
分析输入的 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
KeyInfoNode,用于指定 XmlElement 的状态。