XmlElement 屬性
The XML element.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Property XmlElement As XmlElement
Get
Set
'用途
Dim instance As ExternalXmlElement
Dim value As XmlElement
value = instance.XmlElement
instance.XmlElement = value
public XmlElement XmlElement { get; set; }
public:
property XmlElement^ XmlElement {
XmlElement^ get ();
void set (XmlElement^ value);
}
member XmlElement : XmlElement with get, set
function get XmlElement () : XmlElement
function set XmlElement (value : XmlElement)
屬性值
型別:System.Xml. . :: . .XmlElement
An XmlElement object.