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