Share via


VectorVariantType Constructors

Definition

Overloads

VectorVariantType()

Initializes a new instance of the VectorVariantType class.

VectorVariantType(OpenXmlElement[])

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

VectorVariantType(IEnumerable<OpenXmlElement>)

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

VectorVariantType(String)

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

VectorVariantType()

Initializes a new instance of the VectorVariantType class.

protected VectorVariantType ();
Protected Sub New ()

Applies to

VectorVariantType(OpenXmlElement[])

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

protected VectorVariantType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType
Protected Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

VectorVariantType(IEnumerable<OpenXmlElement>)

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

protected VectorVariantType (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType
Protected Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

VectorVariantType(String)

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

protected VectorVariantType (string outerXml);
new DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType : string -> DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType
Protected Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to