Progress Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.