Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Enumerates an array of structures containing statistical data about open storage, stream, or byte array objects. For more information, see IEnumSTATSTG and STATSTG.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
<GuidAttribute("0000000D-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface IEnumSTATSTG
'Usage
Dim instance As IEnumSTATSTG
[GuidAttribute("0000000D-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface IEnumSTATSTG
[GuidAttribute(L"0000000D-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface class IEnumSTATSTG
[<GuidAttribute("0000000D-0000-0000-C000-000000000046")>]
[<InterfaceTypeAttribute()>]
type IEnumSTATSTG = interface end
public interface IEnumSTATSTG