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