共用方式為


VTVector Constructors

Definition

Overloads

VTVector()

Initializes a new instance of the VTVector class.

VTVector(OpenXmlElement[])

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

VTVector(IEnumerable<OpenXmlElement>)

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

VTVector(String)

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

VTVector()

Initializes a new instance of the VTVector class.

public VTVector ();
Public Sub New ()

Applies to

VTVector(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

VTVector(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

VTVector(String)

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

public VTVector (string outerXml);
new DocumentFormat.OpenXml.VariantTypes.VTVector : string -> DocumentFormat.OpenXml.VariantTypes.VTVector
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to