AlternateContentChoice 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
AlternateContentChoice() |
Initialise une nouvelle instance de la classe AlternateContentChoice. |
AlternateContentChoice(OpenXmlElement[]) |
Initialise une nouvelle instance de la classe AlternateContentChoice à l’aide des éléments OpenXmlElement fournis. |
AlternateContentChoice(IEnumerable<OpenXmlElement>) |
Initialise une nouvelle instance de la classe AlternateContentChoice à l’aide des éléments IEnumerable fournis. |
AlternateContentChoice(String) |
Initialise une nouvelle instance de la classe AlternateContentChoice à l’aide de la chaîne fournie. |
AlternateContentChoice()
Initialise une nouvelle instance de la classe AlternateContentChoice.
public AlternateContentChoice ();
Public Sub New ()
S’applique à
AlternateContentChoice(OpenXmlElement[])
Initialise une nouvelle instance de la classe AlternateContentChoice à l’aide des éléments OpenXmlElement fournis.
public AlternateContentChoice (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.AlternateContentChoice : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.AlternateContentChoice
Public Sub New (ParamArray childElements As OpenXmlElement())
Paramètres
- childElements
- OpenXmlElement[]
Représente tous les éléments enfants.
S’applique à
AlternateContentChoice(IEnumerable<OpenXmlElement>)
Initialise une nouvelle instance de la classe AlternateContentChoice à l’aide des éléments IEnumerable fournis.
public AlternateContentChoice (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.AlternateContentChoice : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.AlternateContentChoice
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Paramètres
- childElements
- IEnumerable<OpenXmlElement>
Représente tous les éléments enfants.
S’applique à
AlternateContentChoice(String)
Initialise une nouvelle instance de la classe AlternateContentChoice à l’aide de la chaîne fournie.
public AlternateContentChoice (string outerXml);
new DocumentFormat.OpenXml.AlternateContentChoice : string -> DocumentFormat.OpenXml.AlternateContentChoice
Public Sub New (outerXml As String)
Paramètres
- outerXml
- String
Xml externe de l’élément.