Command Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Command() |
Initialise une nouvelle instance de la classe Command. |
Command(OpenXmlElement[]) |
Initialise une nouvelle instance de la classe Command avec les éléments enfants spécifiés. |
Command(IEnumerable<OpenXmlElement>) |
Initialise une nouvelle instance de la classe Command avec les éléments enfants spécifiés. |
Command(String) |
Initialise une nouvelle instance de la classe Command à partir d’un code XML externe. |
Command()
Initialise une nouvelle instance de la classe Command.
public Command ();
Public Sub New ()
S’applique à
Command(OpenXmlElement[])
Initialise une nouvelle instance de la classe Command avec les éléments enfants spécifiés.
public Command (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Presentation.Command : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Presentation.Command
Public Sub New (ParamArray childElements As OpenXmlElement())
Paramètres
- childElements
- OpenXmlElement[]
Spécifie les éléments enfants.
S’applique à
Command(IEnumerable<OpenXmlElement>)
Initialise une nouvelle instance de la classe Command avec les éléments enfants spécifiés.
public Command (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Presentation.Command : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Presentation.Command
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Paramètres
- childElements
- IEnumerable<OpenXmlElement>
Spécifie les éléments enfants.
S’applique à
Command(String)
Initialise une nouvelle instance de la classe Command à partir d’un code XML externe.
public Command (string outerXml);
new DocumentFormat.OpenXml.Presentation.Command : string -> DocumentFormat.OpenXml.Presentation.Command
Public Sub New (outerXml As String)
Paramètres
- outerXml
- String
Spécifie le code XML externe de l’élément.