ParallelTimeNode 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
ParallelTimeNode() |
Initializes a new instance of the ParallelTimeNode class. |
ParallelTimeNode(OpenXmlElement[]) |
Initializes a new instance of the ParallelTimeNode class with the specified child elements. |
ParallelTimeNode(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the ParallelTimeNode class with the specified child elements. |
ParallelTimeNode(String) |
Initializes a new instance of the ParallelTimeNode class from outer XML. |
ParallelTimeNode()
Initializes a new instance of the ParallelTimeNode class.
public ParallelTimeNode ();
Public Sub New ()
Applies to
ParallelTimeNode(OpenXmlElement[])
Initializes a new instance of the ParallelTimeNode class with the specified child elements.
public ParallelTimeNode (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Presentation.ParallelTimeNode : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Presentation.ParallelTimeNode
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
ParallelTimeNode(IEnumerable<OpenXmlElement>)
Initializes a new instance of the ParallelTimeNode class with the specified child elements.
public ParallelTimeNode (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Presentation.ParallelTimeNode : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Presentation.ParallelTimeNode
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
ParallelTimeNode(String)
Initializes a new instance of the ParallelTimeNode class from outer XML.
public ParallelTimeNode (string outerXml);
new DocumentFormat.OpenXml.Presentation.ParallelTimeNode : string -> DocumentFormat.OpenXml.Presentation.ParallelTimeNode
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.