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