Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
Clone | |
![]() |
Next | |
![]() |
Reset | |
![]() |
Skip |
Top