共用方式為


SVGBlipMonikerList Constructors

Definition

Overloads

SVGBlipMonikerList()

Initializes a new instance of the SVGBlipMonikerList class.

SVGBlipMonikerList(OpenXmlElement[])

Initializes a new instance of the SVGBlipMonikerList class with the specified child elements.

SVGBlipMonikerList(IEnumerable<OpenXmlElement>)

Initializes a new instance of the SVGBlipMonikerList class with the specified child elements.

SVGBlipMonikerList(String)

Initializes a new instance of the SVGBlipMonikerList class from outer XML.

SVGBlipMonikerList()

Initializes a new instance of the SVGBlipMonikerList class.

public SVGBlipMonikerList ();
Public Sub New ()

Applies to

SVGBlipMonikerList(OpenXmlElement[])

Initializes a new instance of the SVGBlipMonikerList class with the specified child elements.

public SVGBlipMonikerList (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2016.Drawing.Command.SVGBlipMonikerList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2016.Drawing.Command.SVGBlipMonikerList
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SVGBlipMonikerList(IEnumerable<OpenXmlElement>)

Initializes a new instance of the SVGBlipMonikerList class with the specified child elements.

public SVGBlipMonikerList (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2016.Drawing.Command.SVGBlipMonikerList : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2016.Drawing.Command.SVGBlipMonikerList
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SVGBlipMonikerList(String)

Initializes a new instance of the SVGBlipMonikerList class from outer XML.

public SVGBlipMonikerList (string outerXml);
new DocumentFormat.OpenXml.Office2016.Drawing.Command.SVGBlipMonikerList : string -> DocumentFormat.OpenXml.Office2016.Drawing.Command.SVGBlipMonikerList
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to