Partager via


IVsEnumBufferCoordinatorSpans.Next, méthode

Retourne l'ensemble suivant d'éléments de l'énumération.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop.8.0 (dans Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntaxe

'Déclaration
Function Next ( _
    celt As UInteger, _
    <OutAttribute> rgelt As NewSpanMapping(), _
    <OutAttribute> ByRef pceltFetched As UInteger _
) As Integer
int Next(
    uint celt,
    NewSpanMapping[] rgelt,
    out uint pceltFetched
)
int Next(
    [InAttribute] unsigned int celt, 
    [InAttribute] [OutAttribute] array<NewSpanMapping>^ rgelt, 
    [OutAttribute] unsigned int% pceltFetched
)
abstract Next : 
        celt:uint32 * 
        rgelt:NewSpanMapping[] byref * 
        pceltFetched:uint32 byref -> int
function Next(
    celt : uint, 
    rgelt : NewSpanMapping[], 
    pceltFetched : uint
) : int

Paramètres

  • celt
    Type : UInt32

    [in] nombre d'éléments à extraire. Spécifie également la taille maximale de la matrice d'rgelt.

  • pceltFetched
    Type : UInt32%

    [] retourne le nombre d'éléments réellement retournés dans la matrice d'rgelt.

Valeur de retour

Type : Int32
Si réussi, retours S_OK.Retourne S_FALSE si inférieur au nombre demandé d'éléments peuvent être retournés.Sinon, retours code d'erreur.

Notes

Signature de COM

De singlefileeditor.idl :

HRESULT Next(
   [in]      ULONG           celt,
   [in, out] NewSpanMapping* rgelt,
   [out]     ULONG*          pceltFetched
);

Sécurité .NET Framework

Voir aussi

Référence

IVsEnumBufferCoordinatorSpans Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms