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