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