IEnumSTATPROPSETSTG Interface

Enumerates an array of structures containing statistical data about the property sets managed by the current IPropertySetStorage instance. For more information, see IEnumSTATPROPSETSTG, IEnumSTATPROPSETSTG-Compound File Implementation, and STATPROPSETSTG.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("0000013B-0000-0000-C000-000000000046")> _
Public Interface IEnumSTATPROPSETSTG
[InterfaceTypeAttribute()]
[GuidAttribute("0000013B-0000-0000-C000-000000000046")]
public interface IEnumSTATPROPSETSTG
[InterfaceTypeAttribute()]
[GuidAttribute(L"0000013B-0000-0000-C000-000000000046")]
public interface class IEnumSTATPROPSETSTG
[<InterfaceTypeAttribute()>]
[<GuidAttribute("0000013B-0000-0000-C000-000000000046")>]
type IEnumSTATPROPSETSTG =  interface end
public interface IEnumSTATPROPSETSTG

The IEnumSTATPROPSETSTG type exposes the following members.

Methods

  Name Description
Public method Clone
Public method Next
Public method Reset
Public method Skip

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace