Partager via


IVsEnumSyntheticRegions.Next, méthode

Extrait les régions synthétiques de la séquence d'énumération.

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

Syntaxe

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

Paramètres

  • cEl
    Type : UInt32

    [in] nombre demandé de régions synthétiques à extraire.

  • pcElFetched
    Type : UInt32%

    [out] pointeur vers le nombre réel de zones masquées fournies dans pceltFetched. L'appelant de cette méthode peut définir cela à nullune référence null (Nothing en Visual Basic) si celt est un.

Valeur de retour

Type : Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.

Notes

Signature de COM

De textmgr.idl :

[C++]

HRESULT IVsEnumSyntheticRegions::Next(
   [in] ULONG cEl,
   [out, size_is(cEl)] IVsSyntheticRegion** ppOut,
   [out] ULONG *pcElFetched
);

Sécurité .NET Framework

Voir aussi

Référence

IVsEnumSyntheticRegions Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms