TaskHistoryEvent 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
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.DocumentTasks.TaskHistoryEvent : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2021.DocumentTasks.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.DocumentTasks.TaskHistoryEvent : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2021.DocumentTasks.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.DocumentTasks.TaskHistoryEvent : string -> DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskHistoryEvent
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.