'Declaration Public Enum VariantElementType Inherits System.Enum
public enum VariantElementType : System.Enum
'Declaration Public Enum VariantElementType Inherits System.Enum
public enum VariantElementType : System.Enum
| Member | Description |
|---|---|
| BinaryString | VT_BSTR |
| BinaryStringBlob | VT_BSTR_BLOB |
| Blob | VT_BLOB |
| BlobObject | VT_BLOB_OBJECT |
| Bool | VT_BOOL |
| Byte | VT_I1 |
| ClipData | VT_CF |
| Clsid | VT_CLSID |
| ComUnknown | VT_UNKNOWN |
| ConstantArray | VT_CARRAY |
| Currency | VT_CY |
| Date | VT_DATE |
| Decimal | VT_DECIMAL |
| Dispatch | VT_DISPATCH |
| Double | VT_R8 |
| Empty | VT_EMPTY |
| Error | VT_ERROR |
| FileTime | VT_FILETIME |
| Float | VT_R4 |
| HResult | VT_HRESULT |
| Int | VT_I4 |
| Int1 | VT_INT |
| IntPointer | VT_INT_PTR |
| Long | VT_I8 |
| Null | VT_NULL |
| Pointer | VT_PTR |
| Record | VT_RECORD |
| SafeArray | VT_SAFEARRAY |
| Short | VT_I2 |
| Storage | VT_STORAGE |
| StoredObject | VT_STORED_OBJECT |
| Stream | VT_STREAM |
| StreamedObject | VT_STREAMED_OBJECT |
| StringPointer | VT_LPSTR |
| UByte | VT_UI1 |
| UInt | VT_UI4 |
| UInt1 | VT_UINT |
| UIntPointer | VT_UINT_PTR |
| ULong | VT_UI8 |
| UserDefined | VT_USERDEFINED |
| UShort | VT_UI2 |
| Variant | VT_VARIANT |
| VersionedStream | VT_VERSIONED_STREAM |
| Void | VT_VOID |
| WStringPointer | VT_LPWSTR |
System.Object
System.ValueType
System.Enum
C1.Util.DX.Storage.VariantElementType