Share via


Progress Constructors

Definition

Overloads

Progress()

Initializes a new instance of the Progress class.

Progress(OpenXmlElement[])

Initializes a new instance of the Progress class with the specified child elements.

Progress(IEnumerable<OpenXmlElement>)

Initializes a new instance of the Progress class with the specified child elements.

Progress(String)

Initializes a new instance of the Progress class from outer XML.

Progress()

Initializes a new instance of the Progress class.

public Progress ();
Public Sub New ()

Applies to

Progress(OpenXmlElement[])

Initializes a new instance of the Progress class with the specified child elements.

public Progress (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Presentation.Progress : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Presentation.Progress
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Progress(IEnumerable<OpenXmlElement>)

Initializes a new instance of the Progress class with the specified child elements.

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Progress(String)

Initializes a new instance of the Progress class from outer XML.

public Progress (string outerXml);
new DocumentFormat.OpenXml.Presentation.Progress : string -> DocumentFormat.OpenXml.Presentation.Progress
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to