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