AllocatedCommands Constructeurs

Définition

Surcharges

AllocatedCommands()

Initialise une nouvelle instance de la classe AllocatedCommands.

AllocatedCommands(OpenXmlElement[])

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

AllocatedCommands(IEnumerable<OpenXmlElement>)

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

AllocatedCommands(String)

Initialise une nouvelle instance de la classe AllocatedCommands à partir du code XML externe.

AllocatedCommands()

Initialise une nouvelle instance de la classe AllocatedCommands.

C#
public AllocatedCommands ();

S’applique à

DocumentFormat.OpenXml 3.0.1 et autres versions
Produit Versions
DocumentFormat.OpenXml 2.7.1, 2.7.2, 2.8.0, 2.8.1, 2.9.0, 2.9.1, 2.10.0, 2.10.1, 2.11.0, 2.11.1, 2.11.2, 2.11.3, 2.12.0, 2.12.1, 2.12.2, 2.12.3, 2.13.0, 2.13.1, 2.14.0, 2.15.0, 2.16.0, 2.17.1, 2.18.0, 2.19.0, 2.20.0, 3.0.0, 3.0.1

AllocatedCommands(OpenXmlElement[])

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

C#
public AllocatedCommands (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);

Paramètres

childElements
OpenXmlElement[]

Spécifie les éléments enfants.

S’applique à

DocumentFormat.OpenXml 3.0.1 et autres versions
Produit Versions
DocumentFormat.OpenXml 2.7.1, 2.7.2, 2.8.0, 2.8.1, 2.9.0, 2.9.1, 2.10.0, 2.10.1, 2.11.0, 2.11.1, 2.11.2, 2.11.3, 2.12.0, 2.12.1, 2.12.2, 2.12.3, 2.13.0, 2.13.1, 2.14.0, 2.15.0, 2.16.0, 2.17.1, 2.18.0, 2.19.0, 2.20.0, 3.0.0, 3.0.1

AllocatedCommands(IEnumerable<OpenXmlElement>)

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

C#
public AllocatedCommands (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);

Paramètres

childElements
IEnumerable<OpenXmlElement>

Spécifie les éléments enfants.

S’applique à

DocumentFormat.OpenXml 3.0.1 et autres versions
Produit Versions
DocumentFormat.OpenXml 2.7.1, 2.7.2, 2.8.0, 2.8.1, 2.9.0, 2.9.1, 2.10.0, 2.10.1, 2.11.0, 2.11.1, 2.11.2, 2.11.3, 2.12.0, 2.12.1, 2.12.2, 2.12.3, 2.13.0, 2.13.1, 2.14.0, 2.15.0, 2.16.0, 2.17.1, 2.18.0, 2.19.0, 2.20.0, 3.0.0, 3.0.1

AllocatedCommands(String)

Initialise une nouvelle instance de la classe AllocatedCommands à partir du code XML externe.

C#
public AllocatedCommands (string outerXml);

Paramètres

outerXml
String

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

S’applique à

DocumentFormat.OpenXml 3.0.1 et autres versions
Produit Versions
DocumentFormat.OpenXml 2.7.1, 2.7.2, 2.8.0, 2.8.1, 2.9.0, 2.9.1, 2.10.0, 2.10.1, 2.11.0, 2.11.1, 2.11.2, 2.11.3, 2.12.0, 2.12.1, 2.12.2, 2.12.3, 2.13.0, 2.13.1, 2.14.0, 2.15.0, 2.16.0, 2.17.1, 2.18.0, 2.19.0, 2.20.0, 3.0.0, 3.0.1