IEnumVsProfilerTargetInfos.Next Yöntem

Tanım

IVsProfilerTargetInfoProfil Oluşturucu hedef bilgileri öğelerini temsil eden nesne arabirimlerinin bir sonraki grubunu alır.

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

Parametreler

celt
UInt32

'ndaki Döndürülecek arabirimlerin sayısı veya tüm nesneler için bir istek belirtmek için sıfır.

rgelt
IVsProfilerTargetInfo[]

dışı IVsProfilerTargetInfo Profil Oluşturucu hedef bilgileri öğelerini temsil eden bir arabirim dizisi. pceltFetchedNesneleri içerir.

pceltFetched
UInt32

dışı Alınan gerçek arabirim sayısı.

Döndürülenler

Int32

Yöntem başarılı olursa, döndürür S_OK . Başarısız olursa, bir hata kodu döndürür.

Şunlara uygulanır