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