Partager via


IVsEnumCodeBlocks.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 TextSpanAndCookie(), _
    <OutAttribute> ByRef pceltFetched As UInteger _
) As Integer
int Next(
    uint celt,
    TextSpanAndCookie[] rgelt,
    out uint pceltFetched
)
int Next(
    [InAttribute] unsigned int celt, 
    [OutAttribute] array<TextSpanAndCookie>^ rgelt, 
    [OutAttribute] unsigned int% pceltFetched
)
abstract Next : 
        celt:uint32 * 
        rgelt:TextSpanAndCookie[] byref * 
        pceltFetched:uint32 byref -> int
function Next(
    celt : uint, 
    rgelt : TextSpanAndCookie[], 
    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,
   [out, size_is(celt), length_is(*pceltFetched)] TextSpanAndCookie *rgelt,
   [out] ULONG *pceltFetched
);

Sécurité .NET Framework

Voir aussi

Référence

IVsEnumCodeBlocks Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms