共用方式為


SettingValueElement.ValueXml 屬性

定義

藉由使用 SettingValueElement 物件,取得或設定 XmlNode 物件的值。

public:
 property System::Xml::XmlNode ^ ValueXml { System::Xml::XmlNode ^ get(); void set(System::Xml::XmlNode ^ value); };
public System.Xml.XmlNode ValueXml { get; set; }
member this.ValueXml : System.Xml.XmlNode with get, set
Public Property ValueXml As XmlNode

屬性值

XmlNode

XmlNode 物件,其中包含 SettingElement 的值。

適用於