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.
rgelt
Type : array<Microsoft.VisualStudio.TextManager.Interop.TextSpanAndCookie[][in, out] un tableau d'objets d'TextSpanAndCookie à accomplir.
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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.