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