ExternalXmlElement コンストラクター (XmlElement)

ExternalXmlElement クラスの新しいインスタンスを初期化します。

名前空間:  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
)

パラメーター