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.