IEnumVsProfilerTargetInfos.Next(UInt32, IVsProfilerTargetInfo[], UInt32) Méthode

Définition

Récupère le groupe d'interfaces objet (IVsProfilerTargetInfo) suivant représentant les éléments d'informations cibles du profileur.

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

Paramètres

celt
UInt32

[in] Nombre d'interfaces à retourner, ou zéro pour indiquer une demande pour tous les objets.

rgelt
IVsProfilerTargetInfo[]

[out] Tableau d'interfaces IVsProfilerTargetInfo représentant les informations cibles du profileur. Contient des pceltFetched objets.

pceltFetched
UInt32

[out] Nombre réel d'interfaces récupérées.

Retours

Int32

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

S’applique à