Share via


SharedControlsQatItems Constructors

Definition

Overloads

SharedControlsQatItems()

Initializes a new instance of the SharedControlsQatItems class.

SharedControlsQatItems(OpenXmlElement[])

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

SharedControlsQatItems(IEnumerable<OpenXmlElement>)

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

SharedControlsQatItems(String)

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

SharedControlsQatItems()

Initializes a new instance of the SharedControlsQatItems class.

public SharedControlsQatItems ();
Public Sub New ()

Applies to

SharedControlsQatItems(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SharedControlsQatItems(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SharedControlsQatItems(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to