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