Next Method
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Project.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
Function Next ( _
celt As UInteger, _
<OutAttribute> rgelt As ExternalError(), _
pceltFetched As UInteger* _
) As Integer
'Usage
Visual Basic does not support APIs that consume or return unsafe types.
int Next(
uint celt,
ExternalError[] rgelt,
uint* pceltFetched
)
int Next(
[InAttribute] unsigned int celt,
[InAttribute] [OutAttribute] array<ExternalError>^ rgelt,
unsigned int* pceltFetched
)
abstract Next :
celt:uint32 *
rgelt:ExternalError[] byref *
pceltFetched:nativeptr<uint32> -> int
JScript does not support APIs that consume or return unsafe types.
Parameters
- celt
Type: System..::..UInt32
- rgelt
Type: array<ExternalError> [] () [] []
- pceltFetched
Type: System..::..UInt32*
Return Value
Type: System..::..Int32
See Also
Reference
IVsEnumExternalErrors Interface
Microsoft.VisualStudio.Data.Tools.Package.Project.Internal Namespace