VectorVariantType Class

Defines the VectorVariantType class.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType
        DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs
        DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList

Namespace:  DocumentFormat.OpenXml.ExtendedProperties
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(VTVector))> _
Public MustInherit Class VectorVariantType _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As VectorVariantType
[ChildElementInfoAttribute(typeof(VTVector))]
public abstract class VectorVariantType : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:DocumentFormat.OpenXml.VariantTypes.VTVector <vt:vector>

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

VectorVariantType Members

DocumentFormat.OpenXml.ExtendedProperties Namespace