次の方法で共有


Interpretation コンストラクター

定義

オーバーロード

Interpretation()

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

Interpretation(OpenXmlElement[])

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

Interpretation(IEnumerable<OpenXmlElement>)

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

Interpretation(String)

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

Interpretation()

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

public Interpretation ();
Public Sub New ()

適用対象

Interpretation(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

Interpretation(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

Interpretation(String)

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

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

パラメーター

outerXml
String

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

適用対象