DSAKeyValue.LoadXml(XmlElement) 方法
定义
从 XML 元素加载 DSAKeyValue 状态。Loads a DSAKeyValue state from an XML element.
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
要从其加载 DSAKeyValue 状态的 XML 元素。The XML element to load the DSAKeyValue state from.
例外
value 参数为 null。The value parameter is null.
value 参数不是有效的 DSAKeyValue XML 元素。The value parameter is not a valid DSAKeyValue XML element.
注解
此方法可用于将 XML 元素添加到 DSAKeyValue 对象。This method can be used to add XML elements to a DSAKeyValue object.