Compartilhar via


TimeTypeListType Construtores

Definição

Sobrecargas

TimeTypeListType()

Inicializa uma nova instância da classe TimeTypeListType.

TimeTypeListType(OpenXmlElement[])

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

TimeTypeListType(IEnumerable<OpenXmlElement>)

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

TimeTypeListType(String)

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

TimeTypeListType()

Inicializa uma nova instância da classe TimeTypeListType.

protected TimeTypeListType ();
Protected Sub New ()

Aplica-se a

TimeTypeListType(OpenXmlElement[])

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

protected TimeTypeListType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Presentation.TimeTypeListType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Presentation.TimeTypeListType
Protected Sub New (ParamArray childElements As OpenXmlElement())

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

TimeTypeListType(IEnumerable<OpenXmlElement>)

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

protected TimeTypeListType (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Presentation.TimeTypeListType : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Presentation.TimeTypeListType
Protected Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

TimeTypeListType(String)

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

protected TimeTypeListType (string outerXml);
new DocumentFormat.OpenXml.Presentation.TimeTypeListType : string -> DocumentFormat.OpenXml.Presentation.TimeTypeListType
Protected Sub New (outerXml As String)

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a