次の方法で共有


Compiler コンストラクター

定義

オーバーロード

Compiler()

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

Compiler(OpenXmlElement[])

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

Compiler(IEnumerable<OpenXmlElement>)

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

Compiler(String)

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

Compiler()

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

public Compiler ();
Public Sub New ()

適用対象

Compiler(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

Compiler(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

Compiler(String)

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

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

パラメーター

outerXml
String

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

適用対象