IStorage.EnumElements Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaração
Sub EnumElements ( _
reserved1 As UInteger, _
reserved2 As IntPtr, _
reserved3 As UInteger, _
<OutAttribute> ByRef ppEnum As IEnumSTATSTG _
)
void EnumElements(
uint reserved1,
IntPtr reserved2,
uint reserved3,
out IEnumSTATSTG ppEnum
)
Parameters
- reserved1
Type: System.UInt32
- reserved2
Type: System.IntPtr
- reserved3
Type: System.UInt32
- ppEnum
Type: Microsoft.VisualStudio.OLE.Interop.IEnumSTATSTG%
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.