StringLiteral 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
StringLiteral() |
Initialise une nouvelle instance de la classe StringLiteral. |
StringLiteral(OpenXmlElement[]) |
Initialise une nouvelle instance de la classe StringLiteral avec les éléments enfants spécifiés. |
StringLiteral(IEnumerable<OpenXmlElement>) |
Initialise une nouvelle instance de la classe StringLiteral avec les éléments enfants spécifiés. |
StringLiteral(String) |
Initialise une nouvelle instance de la classe StringLiteral à partir du code XML externe. |
StringLiteral()
Initialise une nouvelle instance de la classe StringLiteral.
public StringLiteral ();
Public Sub New ()
S’applique à
StringLiteral(OpenXmlElement[])
Initialise une nouvelle instance de la classe StringLiteral avec les éléments enfants spécifiés.
public StringLiteral (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.Charts.StringLiteral : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.Charts.StringLiteral
Public Sub New (ParamArray childElements As OpenXmlElement())
Paramètres
- childElements
- OpenXmlElement[]
Spécifie les éléments enfants.
S’applique à
StringLiteral(IEnumerable<OpenXmlElement>)
Initialise une nouvelle instance de la classe StringLiteral avec les éléments enfants spécifiés.
public StringLiteral (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.Charts.StringLiteral : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.Charts.StringLiteral
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Paramètres
- childElements
- IEnumerable<OpenXmlElement>
Spécifie les éléments enfants.
S’applique à
StringLiteral(String)
Initialise une nouvelle instance de la classe StringLiteral à partir du code XML externe.
public StringLiteral (string outerXml);
new DocumentFormat.OpenXml.Drawing.Charts.StringLiteral : string -> DocumentFormat.OpenXml.Drawing.Charts.StringLiteral
Public Sub New (outerXml As String)
Paramètres
- outerXml
- String
Spécifie le code XML externe de l’élément.