Xamarin.Forms

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

    Show / Hide Table of Contents

    Class STGTY

    The STGTY enumeration values are used in the type member of the STATSTG structure to indicate the type of the storage element.

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

    Fields

    STGTY_LOCKBYTES

    Indicates that the storage element is a byte-array object.

    Declaration
    public const STGTY STGTY_LOCKBYTES
    Field Value
    Type Description
    STGTY

    STGTY_PROPERTY

    Indicates that the storage element is a property storage object.

    Declaration
    public const STGTY STGTY_PROPERTY
    Field Value
    Type Description
    STGTY

    STGTY_STORAGE

    Indicates that the storage element is a storage object.

    Declaration
    public const STGTY STGTY_STORAGE
    Field Value
    Type Description
    STGTY

    STGTY_STREAM

    Indicates that the storage element is a stream object.

    Declaration
    public const STGTY STGTY_STREAM
    Field Value
    Type Description
    STGTY

    value__

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