次の方法で共有


Phantom コンストラクター

定義

オーバーロード

Phantom()

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

Phantom(OpenXmlElement[])

指定した子要素を使用して、Phantom クラスの新しいインスタンスを初期化します。

Phantom(IEnumerable<OpenXmlElement>)

指定した子要素を使用して、Phantom クラスの新しいインスタンスを初期化します。

Phantom(String)

外部 XML から Phantom クラスの新しいインスタンスを初期化します。

Phantom()

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

public Phantom ();
Public Sub New ()

適用対象

Phantom(OpenXmlElement[])

指定した子要素を使用して、Phantom クラスの新しいインスタンスを初期化します。

public Phantom (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Math.Phantom : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Math.Phantom
Public Sub New (ParamArray childElements As OpenXmlElement())

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

Phantom(IEnumerable<OpenXmlElement>)

指定した子要素を使用して、Phantom クラスの新しいインスタンスを初期化します。

public Phantom (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Math.Phantom : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Math.Phantom
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

Phantom(String)

外部 XML から Phantom クラスの新しいインスタンスを初期化します。

public Phantom (string outerXml);
new DocumentFormat.OpenXml.Math.Phantom : string -> DocumentFormat.OpenXml.Math.Phantom
Public Sub New (outerXml As String)

パラメーター

outerXml
String

要素の外部 XML を指定します。

適用対象