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