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.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Function Next ( _
    celt As UInteger, _
    <OutAttribute> pbstrProviders As String(), _
    <OutAttribute> ByRef pceltFetched As UInteger _
) As Integer
int Next(
    uint celt,
    string[] pbstrProviders,
    out uint pceltFetched
)
int Next(
    [InAttribute] unsigned int celt, 
    [OutAttribute] array<String^>^ pbstrProviders, 
    [OutAttribute] unsigned int% pceltFetched
)
abstract Next : 
        celt:uint32 * 
        pbstrProviders:string[] byref * 
        pceltFetched:uint32 byref -> int 
function Next(
    celt : uint, 
    pbstrProviders : String[], 
    pceltFetched : uint
) : int
Parameters
- celt
 Type: System.UInt32
- pbstrProviders
 Type: array<System.String[]
- pceltFetched
 Type: System.UInt32%
Return Value
Type: System.Int32
.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.