IEnumSTATPROPSTG.Next Method

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

Syntax

‘선언
Function Next ( _
    celt As UInteger, _
    <OutAttribute> rgelt As STATPROPSTG(), _
    <OutAttribute> ByRef pceltFetched As UInteger _
) As Integer
‘사용 방법
Dim instance As IEnumSTATPROPSTG
Dim celt As UInteger
Dim rgelt As STATPROPSTG()
Dim pceltFetched As UInteger
Dim returnValue As Integer

returnValue = instance.Next(celt, rgelt, _
    pceltFetched)
int Next(
    uint celt,
    STATPROPSTG[] rgelt,
    out uint pceltFetched
)
int Next(
    [InAttribute] unsigned int celt, 
    [OutAttribute] array<STATPROPSTG>^ rgelt, 
    [OutAttribute] unsigned int% pceltFetched
)
abstract Next : 
        celt:uint32 * 
        rgelt:STATPROPSTG[] byref * 
        pceltFetched:uint32 byref -> int 
function Next(
    celt : uint, 
    rgelt : STATPROPSTG[], 
    pceltFetched : uint
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IEnumSTATPROPSTG Interface

IEnumSTATPROPSTG Members

Microsoft.VisualStudio.OLE.Interop Namespace