OpenXmlPartRootElement 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
OpenXmlPartRootElement() |
Initialise une nouvelle instance de la classe OpenXmlPartRootElement. |
OpenXmlPartRootElement(OpenXmlElement[]) |
Initialise une nouvelle instance de la classe OpenXmlPartRootElement à l’aide du tableau d’éléments enfants fourni. |
OpenXmlPartRootElement(OpenXmlPart) |
Initialise une nouvelle instance de la classe OpenXmlPartRootElement à l’aide de l’OpenXmlPart fourni. |
OpenXmlPartRootElement(IEnumerable<OpenXmlElement>) |
Initialise une nouvelle instance de la classe OpenXmlPartRootElement à l’aide de la liste fournie d’éléments enfants. |
OpenXmlPartRootElement(String) |
Initialise une nouvelle instance de la classe OpenXmlPartRootElement à l’aide du code XML externe fourni. |
OpenXmlPartRootElement()
Initialise une nouvelle instance de la classe OpenXmlPartRootElement.
protected OpenXmlPartRootElement ();
Protected Sub New ()
S’applique à
OpenXmlPartRootElement(OpenXmlElement[])
Initialise une nouvelle instance de la classe OpenXmlPartRootElement à l’aide du tableau d’éléments enfants fourni.
protected OpenXmlPartRootElement (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.OpenXmlPartRootElement : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.OpenXmlPartRootElement
Protected Sub New (ParamArray childElements As OpenXmlElement())
Paramètres
- childElements
- OpenXmlElement[]
Tous les éléments enfants
S’applique à
OpenXmlPartRootElement(OpenXmlPart)
Initialise une nouvelle instance de la classe OpenXmlPartRootElement à l’aide de l’OpenXmlPart fourni.
protected OpenXmlPartRootElement (DocumentFormat.OpenXml.Packaging.OpenXmlPart openXmlPart);
new DocumentFormat.OpenXml.OpenXmlPartRootElement : DocumentFormat.OpenXml.Packaging.OpenXmlPart -> DocumentFormat.OpenXml.OpenXmlPartRootElement
Protected Sub New (openXmlPart As OpenXmlPart)
Paramètres
- openXmlPart
- OpenXmlPart
Classe OpenXmlPart.
S’applique à
OpenXmlPartRootElement(IEnumerable<OpenXmlElement>)
Initialise une nouvelle instance de la classe OpenXmlPartRootElement à l’aide de la liste fournie d’éléments enfants.
protected OpenXmlPartRootElement (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.OpenXmlPartRootElement : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.OpenXmlPartRootElement
Protected Sub New (childElements As IEnumerable(Of OpenXmlElement))
Paramètres
- childElements
- IEnumerable<OpenXmlElement>
Tous les éléments enfants.
S’applique à
OpenXmlPartRootElement(String)
Initialise une nouvelle instance de la classe OpenXmlPartRootElement à l’aide du code XML externe fourni.
protected OpenXmlPartRootElement (string outerXml);
new DocumentFormat.OpenXml.OpenXmlPartRootElement : string -> DocumentFormat.OpenXml.OpenXmlPartRootElement
Protected Sub New (outerXml As String)
Paramètres
- outerXml
- String
Xml externe de l’élément.