menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IEnumSTATPROPSTG - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IEnumSTATPROPSTG

    The IEnumSTATPROPSTG interface iterates through an array of STATPROPSTG structures

    Namespace: Syncfusion.CompoundFile.XlsIO.Native
    Assembly: Syncfusion.XlsIO.UWP.dll
    Syntax
    public interface IEnumSTATPROPSTG

    Methods

    Clone(out IEnumSTATPROPSTG)

    The Clone method creates an enumerator that contains the same enumeration state as the current STATPROPSTG structure enumerator

    Declaration
    void Clone(out IEnumSTATPROPSTG ppenum)
    Parameters
    Type Name Description
    IEnumSTATPROPSTG ppenum

    A pointer to the variable that receives the IEnumSTATPROPSTG interface pointer.

    Next(Int32, ref tagSTATPROPSTG, out Int32)

    The Next method retrieves a specified number of STATPROPSTG structures, that follow subsequently in the enumeration sequence.

    Declaration
    void Next(int celt, ref tagSTATPROPSTG rgelt, out int pceltFetched)
    Parameters
    Type Name Description
    System.Int32 celt

    The number of STATPROPSTG structures requested.

    Syncfusion.CompoundFile.XlsIO.Native.tagSTATPROPSTG rgelt

    An array of STATPROPSTG structures returned.

    System.Int32 pceltFetched

    The number of STATPROPSTG structures retrieved in the rgelt parameter.

    Reset()

    The Reset method resets the enumeration sequence to the beginning of the STATPROPSTG structure array.

    Declaration
    void Reset()

    Skip(UInt32)

    The Skip method skips the specified number of STATPROPSTG structures in the enumeration sequence.

    Declaration
    void Skip(uint celt)
    Parameters
    Type Name Description
    System.UInt32 celt

    The number of STATPROPSTG structures to skip.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved