Struct PROPVARIANT
The PropVariant is used for defining the type tag and the value of a property in a property set.
Inherited Members
      System.Object.Equals(System.Object, System.Object)
    
      System.Object.GetType()
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
      System.ValueType.Equals(System.Object)
    
      System.ValueType.GetHashCode()
    
      System.ValueType.ToString()
    
Namespace: Syncfusion.CompoundFile.DocIO.Native
Assembly: Syncfusion.DocIO.Base.dll
Syntax
[CLSCompliant(false)]
public struct PROPVARIANTFields
boolVal
The bool value
Declaration
public bool boolValField Value
| Type | 
|---|
| System.Boolean | 
byteVal
The byte value
Declaration
public byte byteValField Value
| Type | 
|---|
| System.Byte | 
doubleVal
The double value
Declaration
public double doubleValField Value
| Type | 
|---|
| System.Double | 
fileTime
The file time
Declaration
public long fileTimeField Value
| Type | 
|---|
| System.Int64 | 
intPtr
The int PTR
Declaration
public long intPtrField Value
| Type | 
|---|
| System.Int64 | 
intPtr2
The int PTR2
Declaration
public long intPtr2Field Value
| Type | 
|---|
| System.Int64 | 
intVal
The int value
Declaration
public int intValField Value
| Type | 
|---|
| System.Int32 | 
shortVal
The short value
Declaration
public short shortValField Value
| Type | 
|---|
| System.Int16 | 
vt
The vt
Declaration
public short vtField Value
| Type | 
|---|
| System.Int16 |