Aracılığıyla paylaş


IComEnumeratorRelay<TComEnumerator, TEnumerated>.NextItems Method

Gets the next chunk of items.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Bildirim
Function NextItems ( _
    enumerator As TComEnumerator, _
    count As UInteger, _
    items As TEnumerated(), _
    <OutAttribute> ByRef fetched As UInteger _
) As Integer
int NextItems(
    TComEnumerator enumerator,
    uint count,
    TEnumerated[] items,
    out uint fetched
)

Parameters

  • fetched
    Type: System.UInt32%
    [out] The number of items fetched.

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IComEnumeratorRelay<TComEnumerator, TEnumerated> Interface

Microsoft.VisualStudio.Shell Namespace