共用方式為


TaskHistory Constructors

Definition

Overloads

TaskHistory()

Initializes a new instance of the TaskHistory class.

TaskHistory(OpenXmlElement[])

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

TaskHistory(IEnumerable<OpenXmlElement>)

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

TaskHistory(String)

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

TaskHistory()

Initializes a new instance of the TaskHistory class.

public TaskHistory ();
Public Sub New ()

Applies to

TaskHistory(OpenXmlElement[])

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

public TaskHistory (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.TaskHistory : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.TaskHistory
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TaskHistory(IEnumerable<OpenXmlElement>)

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

public TaskHistory (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.TaskHistory : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.TaskHistory
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TaskHistory(String)

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

public TaskHistory (string outerXml);
new DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.TaskHistory : string -> DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.TaskHistory
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to