Share via


WebExtensionReferenceList Constructors

Definition

Overloads

WebExtensionReferenceList()

Initializes a new instance of the WebExtensionReferenceList class.

WebExtensionReferenceList(OpenXmlElement[])

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

WebExtensionReferenceList(IEnumerable<OpenXmlElement>)

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

WebExtensionReferenceList(String)

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

WebExtensionReferenceList()

Initializes a new instance of the WebExtensionReferenceList class.

public WebExtensionReferenceList ();
Public Sub New ()

Applies to

WebExtensionReferenceList(OpenXmlElement[])

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

public WebExtensionReferenceList (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

WebExtensionReferenceList(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

WebExtensionReferenceList(String)

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

public WebExtensionReferenceList (string outerXml);
new DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList : string -> DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to