IVsEnumSelectedSymbols.Next(UInt32, IVsSelectedSymbol[], UInt32) Méthode

Définition

Retourne le ou les symboles sélectionnés suivants représentés par des interfaces IVsSelectedSymbol.

public:
 int Next(System::UInt32 celt, cli::array <Microsoft::VisualStudio::Shell::Interop::IVsSelectedSymbol ^> ^ rgpIVsSelectedSymbol, [Runtime::InteropServices::Out] System::UInt32 % pceltFetched);
int Next(unsigned int celt, std::Array <Microsoft::VisualStudio::Shell::Interop::IVsSelectedSymbol const &> const & rgpIVsSelectedSymbol, [Runtime::InteropServices::Out] unsigned int & pceltFetched);
public int Next (uint celt, Microsoft.VisualStudio.Shell.Interop.IVsSelectedSymbol[] rgpIVsSelectedSymbol, out uint pceltFetched);
abstract member Next : uint32 * Microsoft.VisualStudio.Shell.Interop.IVsSelectedSymbol[] * uint32 -> int
Public Function Next (celt As UInteger, rgpIVsSelectedSymbol As IVsSelectedSymbol(), ByRef pceltFetched As UInteger) As Integer

Paramètres

celt
UInt32

[in] Nombre de symboles à récupérer dans cet appel.

rgpIVsSelectedSymbol
IVsSelectedSymbol[]

[out] Tableau d'interfaces IVsSelectedSymbol. La longueur du tableau est la valeur pointée par pceltFetched .

pceltFetched
UInt32

[out] Nombre d'éléments retournés. Peut être inférieur à celt .

Retours

Int32

Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.

Remarques

Signature COM

À partir de vsshell80. idl :

HRESULT IVsEnumSelectedSymbols::Next(  
   [in] ULONG celt,   
   [out, size_is(celt), length_is(*pceltFetched)] IVsSelectedSymbol **rgpIVsSelectedSymbol,   
   [out] ULONG *pceltFetched  
);  

S’applique à