Compartilhar via


SupportingPropertyBags Construtores

Definição

Sobrecargas

SupportingPropertyBags()

Inicializa uma nova instância da classe SupportingPropertyBags.

SupportingPropertyBags(OpenXmlElement[])

Inicializa uma nova instância da classe SupportingPropertyBags com os elementos filho especificados.

SupportingPropertyBags(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe SupportingPropertyBags com os elementos filho especificados.

SupportingPropertyBags(String)

Inicializa uma nova instância da classe SupportingPropertyBags do XML externo.

SupportingPropertyBags()

Inicializa uma nova instância da classe SupportingPropertyBags.

public SupportingPropertyBags ();
Public Sub New ()

Aplica-se a

SupportingPropertyBags(OpenXmlElement[])

Inicializa uma nova instância da classe SupportingPropertyBags com os elementos filho especificados.

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())

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

SupportingPropertyBags(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe SupportingPropertyBags com os elementos filho especificados.

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))

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

SupportingPropertyBags(String)

Inicializa uma nova instância da classe SupportingPropertyBags do XML externo.

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

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a