IEnumDebugModules2.Next(UInt32, IDebugModule2[], UInt32) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
C++
public:
int Next(System::UInt32 celt, cli::array <Microsoft::VisualStudio::Debugger::Interop::IDebugModule2 ^> ^ rgelt, [Runtime::InteropServices::Out] System::UInt32 % pceltFetched);
public int Next(uint celt, Microsoft.VisualStudio.Debugger.Interop.IDebugModule2[] rgelt, out uint pceltFetched);
abstract member Next : uint32 * Microsoft.VisualStudio.Debugger.Interop.IDebugModule2[] * uint32 -> int
Public Function Next (celt As UInteger, rgelt As IDebugModule2(), ByRef pceltFetched As UInteger) As Integer
- celt
- UInt32
- rgelt
- IDebugModule2[]
- pceltFetched
- UInt32
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2019, 2022 |