Reference.LoadXml(XmlElement) 方法

定义

从 XML 元素加载 Reference 状态。

public:
 void LoadXml(System::Xml::XmlElement ^ value);
public void LoadXml (System.Xml.XmlElement value);
member this.LoadXml : System.Xml.XmlElement -> unit
Public Sub LoadXml (value As XmlElement)

参数

value
XmlElement

要从中加载 Reference 状态的 XML 元素。

例外

value 参数为 null

value 参数不包含任何转换。

  • 或 - value 参数包含未知转换。

适用于