ExternalXmlElement コンストラクター

定義

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

オーバーロード

名前 説明
ExternalXmlElement()

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

ExternalXmlElement(XmlElement)

指定された外部XML要素を使って ExternalXmlElement クラスの新しいインスタンスを初期化します。

ExternalXmlElement()

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

public:
 ExternalXmlElement();
public ExternalXmlElement();
Public Sub New ()

適用対象

ExternalXmlElement(XmlElement)

指定された外部XML要素を使って ExternalXmlElement クラスの新しいインスタンスを初期化します。

public:
 ExternalXmlElement(System::Xml::XmlElement ^ externalXmlElement);
public ExternalXmlElement(System.Xml.XmlElement externalXmlElement);
new Microsoft.ReportingServices.RdlObjectModel.ExternalXmlElement : System.Xml.XmlElement -> Microsoft.ReportingServices.RdlObjectModel.ExternalXmlElement
Public Sub New (externalXmlElement As XmlElement)

パラメーター

externalXmlElement
XmlElement

XmlElement オブジェクト。

適用対象