다음을 통해 공유


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
)

매개 변수