ExternalXmlElement 建構函式 (XmlElement)
Initializes a new instance of the ExternalXmlElement class.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Sub New ( _
externalXmlElement As XmlElement _
)
'用途
Dim externalXmlElement As XmlElement
Dim instance As New ExternalXmlElement(externalXmlElement)
public ExternalXmlElement(
XmlElement externalXmlElement
)
public:
ExternalXmlElement(
XmlElement^ externalXmlElement
)
new :
externalXmlElement:XmlElement -> ExternalXmlElement
public function ExternalXmlElement(
externalXmlElement : XmlElement
)
參數
- externalXmlElement
型別:System.Xml. . :: . .XmlElement
An XmlElement object.