Share via


IVsUIEnumDataSourceVerbs.Next Method

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assemblies:   Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Syntax

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

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

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsUIEnumDataSourceVerbs Interface

IVsUIEnumDataSourceVerbs Members

Microsoft.VisualStudio.Shell.Interop Namespace