Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PropertyType

    Show / Hide Table of Contents

    Class PropertyType

    Enumeration with all supported property types.

    Inheritance
    System.Object
    PropertyType
    Namespace: Syncfusion.CompoundFile.DocIO
    Assembly: Syncfusion.DocIO.Portable.dll
    Syntax
    public sealed class PropertyType : Enum

    Fields

    AsciiString

    Indicates a string terminated by a null.

    Declaration
    public const PropertyType AsciiString
    Field Value
    Type Description
    PropertyType

    AsciiStringArray

    Indicates an array of strings.

    Declaration
    public const PropertyType AsciiStringArray
    Field Value
    Type Description
    PropertyType

    Blob

    Indicates length prefixed bytes.

    Declaration
    public const PropertyType Blob
    Field Value
    Type Description
    PropertyType

    Bool

    Indicates a Boolean value.

    Declaration
    public const PropertyType Bool
    Field Value
    Type Description
    PropertyType

    ClipboardData

    Indicates clipboard data.

    Declaration
    public const PropertyType ClipboardData
    Field Value
    Type Description
    PropertyType

    DateTime

    Indicates a FILETIME value.

    Declaration
    public const PropertyType DateTime
    Field Value
    Type Description
    PropertyType

    Double

    Indicates a double value.

    Declaration
    public const PropertyType Double
    Field Value
    Type Description
    PropertyType

    Empty

    Indicates an empty value.

    Declaration
    public const PropertyType Empty
    Field Value
    Type Description
    PropertyType

    Int

    Indicates an integer value.

    Declaration
    public const PropertyType Int
    Field Value
    Type Description
    PropertyType

    Int16

    Indicates a 2-bytes signed interger value.

    Declaration
    public const PropertyType Int16
    Field Value
    Type Description
    PropertyType

    Int32

    Indicates a 4-bytes signed integer value.

    Declaration
    public const PropertyType Int32
    Field Value
    Type Description
    PropertyType

    Null

    Indicates null value.

    Declaration
    public const PropertyType Null
    Field Value
    Type Description
    PropertyType

    Object

    Indicates an object.

    Declaration
    public const PropertyType Object
    Field Value
    Type Description
    PropertyType

    ObjectArray

    Indicates an array of objects. Supported types are string and integer values.

    Declaration
    public const PropertyType ObjectArray
    Field Value
    Type Description
    PropertyType

    String

    Indicates a wide string terminated by a null.

    Declaration
    public const PropertyType String
    Field Value
    Type Description
    PropertyType

    StringArray

    Indicates an array of strings.

    Declaration
    public const PropertyType StringArray
    Field Value
    Type Description
    PropertyType

    UInt32

    Indicates a 4-bytes unsigned interger value.

    Declaration
    public const PropertyType UInt32
    Field Value
    Type Description
    PropertyType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Vector

    Indicates a simple, counted array.

    Declaration
    public const PropertyType Vector
    Field Value
    Type Description
    PropertyType
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved