WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Struct PROPVARIANT

    Show / Hide Table of Contents

    Struct PROPVARIANT

    The PropVariant is used for defining the type tag and the value of a property in a property set.

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    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 Description
    System.Boolean

    byteVal

    The byte value

    Declaration
    public byte byteVal
    Field Value
    Type Description
    System.Byte

    doubleVal

    The double value

    Declaration
    public double doubleVal
    Field Value
    Type Description
    System.Double

    fileTime

    The file time

    Declaration
    public long fileTime
    Field Value
    Type Description
    System.Int64

    intPtr

    The int PTR

    Declaration
    public long intPtr
    Field Value
    Type Description
    System.Int64

    intPtr2

    The int PTR2

    Declaration
    public long intPtr2
    Field Value
    Type Description
    System.Int64

    intVal

    The int value

    Declaration
    public int intVal
    Field Value
    Type Description
    System.Int32

    shortVal

    The short value

    Declaration
    public short shortVal
    Field Value
    Type Description
    System.Int16

    vt

    The vt

    Declaration
    public short vt
    Field Value
    Type Description
    System.Int16
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved