Share via


TaskGroup Constructors

Definition

Overloads

TaskGroup()

Initializes a new instance of the TaskGroup class.

TaskGroup(OpenXmlElement[])

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

TaskGroup(IEnumerable<OpenXmlElement>)

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

TaskGroup(String)

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

TaskGroup()

Initializes a new instance of the TaskGroup class.

public TaskGroup ();
Public Sub New ()

Applies to

TaskGroup(OpenXmlElement[])

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

public TaskGroup (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TaskGroup(IEnumerable<OpenXmlElement>)

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

public TaskGroup (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TaskGroup(String)

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

public TaskGroup (string outerXml);
new DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup : string -> DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to