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