Partager via


Compiler Constructeurs

Définition

Surcharges

Compiler()

Initialise une nouvelle instance de la classe compilateur.

Compiler(OpenXmlElement[])

Initialise une nouvelle instance de la classe compilateur avec les éléments enfants spécifiés.

Compiler(IEnumerable<OpenXmlElement>)

Initialise une nouvelle instance de la classe compilateur avec les éléments enfants spécifiés.

Compiler(String)

Initialise une nouvelle instance de la classe compiler à partir d’un code XML externe.

Compiler()

Initialise une nouvelle instance de la classe compilateur.

public Compiler ();
Public Sub New ()

S’applique à

Compiler(OpenXmlElement[])

Initialise une nouvelle instance de la classe compilateur avec les éléments enfants spécifiés.

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())

Paramètres

childElements
OpenXmlElement[]

Spécifie les éléments enfants.

S’applique à

Compiler(IEnumerable<OpenXmlElement>)

Initialise une nouvelle instance de la classe compilateur avec les éléments enfants spécifiés.

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))

Paramètres

childElements
IEnumerable<OpenXmlElement>

Spécifie les éléments enfants.

S’applique à

Compiler(String)

Initialise une nouvelle instance de la classe compiler à partir d’un code XML externe.

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

Paramètres

outerXml
String

Spécifie le code XML externe de l’élément.

S’applique à