共用方式為


TaskHistoryEvent Constructors

Definition

Overloads

TaskHistoryEvent()

Initializes a new instance of the TaskHistoryEvent class.

TaskHistoryEvent(OpenXmlElement[])

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

TaskHistoryEvent(IEnumerable<OpenXmlElement>)

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

TaskHistoryEvent(String)

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

TaskHistoryEvent()

Initializes a new instance of the TaskHistoryEvent class.

public TaskHistoryEvent ();
Public Sub New ()

Applies to

TaskHistoryEvent(OpenXmlElement[])

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

public TaskHistoryEvent (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistoryEvent : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistoryEvent
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TaskHistoryEvent(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TaskHistoryEvent(String)

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

public TaskHistoryEvent (string outerXml);
new DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistoryEvent : string -> DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistoryEvent
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to