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