DocumentFormat.OpenXml.VariantTypes namespace

Office 2013 and later

  Class Description
Public class Variant Variant. When the object is serialized out as xml, its qualified name is vt:variant.
Public class VTArray Array. When the object is serialized out as xml, its qualified name is vt:array.
Public class VTBlob Binary Blob. When the object is serialized out as xml, its qualified name is vt:blob.
Public class VTBool Boolean. When the object is serialized out as xml, its qualified name is vt:bool.
Public class VTBString Basic String. When the object is serialized out as xml, its qualified name is vt:bstr.
Public class VTByte 1-Byte Signed Integer. When the object is serialized out as xml, its qualified name is vt:i1.
Public class VTClassId Class ID. When the object is serialized out as xml, its qualified name is vt:clsid.
Public class VTClipboardData Clipboard Data. When the object is serialized out as xml, its qualified name is vt:cf.
Public class VTCurrency Currency. When the object is serialized out as xml, its qualified name is vt:cy.
Public class VTDate Date and Time. When the object is serialized out as xml, its qualified name is vt:date.
Public class VTDecimal Decimal. When the object is serialized out as xml, its qualified name is vt:decimal.
Public class VTDouble 8-Byte Real Number. When the object is serialized out as xml, its qualified name is vt:r8.
Public class VTEmpty Empty. When the object is serialized out as xml, its qualified name is vt:empty.
Public class VTError Error Status Code. When the object is serialized out as xml, its qualified name is vt:error.
Public class VTFileTime File Time. When the object is serialized out as xml, its qualified name is vt:filetime.
Public class VTFloat 4-Byte Real Number. When the object is serialized out as xml, its qualified name is vt:r4.
Public class VTInt32 4-Byte Signed Integer. When the object is serialized out as xml, its qualified name is vt:i4.
Public class VTInt64 8-Byte Signed Integer. When the object is serialized out as xml, its qualified name is vt:i8.
Public class VTInteger Integer. When the object is serialized out as xml, its qualified name is vt:int.
Public class VTLPSTR LPSTR. When the object is serialized out as xml, its qualified name is vt:lpstr.
Public class VTLPWSTR LPWSTR. When the object is serialized out as xml, its qualified name is vt:lpwstr.
Public class VTNull Null. When the object is serialized out as xml, its qualified name is vt:null.
Public class VTOBlob Binary Blob Object. When the object is serialized out as xml, its qualified name is vt:oblob.
Public class VTOStorage Binary Storage Object. When the object is serialized out as xml, its qualified name is vt:ostorage.
Public class VTOStreamData Binary Stream Object. When the object is serialized out as xml, its qualified name is vt:ostream.
Public class VTShort 2-Byte Signed Integer. When the object is serialized out as xml, its qualified name is vt:i2.
Public class VTStorage Binary Storage. When the object is serialized out as xml, its qualified name is vt:storage.
Public class VTStreamData Binary Stream. When the object is serialized out as xml, its qualified name is vt:stream.
Public class VTUnsignedByte 1-Byte Unsigned Integer. When the object is serialized out as xml, its qualified name is vt:ui1.
Public class VTUnsignedInt32 4-Byte Unsigned Integer. When the object is serialized out as xml, its qualified name is vt:ui4.
Public class VTUnsignedInt64 8-Byte Unsigned Integer. When the object is serialized out as xml, its qualified name is vt:ui8.
Public class VTUnsignedInteger Unsigned Integer. When the object is serialized out as xml, its qualified name is vt:uint.
Public class VTUnsignedShort 2-Byte Unsigned Integer. When the object is serialized out as xml, its qualified name is vt:ui2.
Public class VTVector Vector. When the object is serialized out as xml, its qualified name is vt:vector.
Public class VTVStreamData Binary Versioned Stream. When the object is serialized out as xml, its qualified name is vt:vstream.

  Enumeration Description
Public enumeration ArrayBaseValues Array Base Type Simple Type
Public enumeration VectorBaseValues Vector Base Type Simple Type
Show: