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