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 PROPVARIANT
Fields
boolVal
The bool value
Declaration
public bool boolVal
Field Value
Type |
---|
System.Boolean |
byteVal
The byte value
Declaration
public byte byteVal
Field Value
Type |
---|
System.Byte |
doubleVal
The double value
Declaration
public double doubleVal
Field Value
Type |
---|
System.Double |
fileTime
The file time
Declaration
public long fileTime
Field Value
Type |
---|
System.Int64 |
intPtr
The int PTR
Declaration
public long intPtr
Field Value
Type |
---|
System.Int64 |
intPtr2
The int PTR2
Declaration
public long intPtr2
Field Value
Type |
---|
System.Int64 |
intVal
The int value
Declaration
public int intVal
Field Value
Type |
---|
System.Int32 |
shortVal
The short value
Declaration
public short shortVal
Field Value
Type |
---|
System.Int16 |
vt
The vt
Declaration
public short vt
Field Value
Type |
---|
System.Int16 |