共用方式為


Mcds Constructors

Definition

Overloads

Mcds()

Initializes a new instance of the Mcds class.

Mcds(OpenXmlElement[])

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

Mcds(IEnumerable<OpenXmlElement>)

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

Mcds(String)

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

Mcds()

Initializes a new instance of the Mcds class.

public Mcds ();
Public Sub New ()

Applies to

Mcds(OpenXmlElement[])

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

public Mcds (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office.Word.Mcds : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office.Word.Mcds
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Mcds(IEnumerable<OpenXmlElement>)

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

public Mcds (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office.Word.Mcds : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office.Word.Mcds
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Mcds(String)

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

public Mcds (string outerXml);
new DocumentFormat.OpenXml.Office.Word.Mcds : string -> DocumentFormat.OpenXml.Office.Word.Mcds
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to