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