Partager via


SupportingPropertyBags Constructeurs

Définition

Surcharges

SupportingPropertyBags()

Initialise une nouvelle instance de la classe SupportingPropertyBags.

SupportingPropertyBags(OpenXmlElement[])

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

SupportingPropertyBags(IEnumerable<OpenXmlElement>)

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

SupportingPropertyBags(String)

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

SupportingPropertyBags()

Initialise une nouvelle instance de la classe SupportingPropertyBags.

public SupportingPropertyBags ();
Public Sub New ()

S’applique à

SupportingPropertyBags(OpenXmlElement[])

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

public SupportingPropertyBags (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags
Public Sub New (ParamArray childElements As OpenXmlElement())

Paramètres

childElements
OpenXmlElement[]

Spécifie les éléments enfants.

S’applique à

SupportingPropertyBags(IEnumerable<OpenXmlElement>)

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

public SupportingPropertyBags (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Paramètres

childElements
IEnumerable<OpenXmlElement>

Spécifie les éléments enfants.

S’applique à

SupportingPropertyBags(String)

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

public SupportingPropertyBags (string outerXml);
new DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags : string -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags
Public Sub New (outerXml As String)

Paramètres

outerXml
String

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

S’applique à