IEnumGroupEvaluationResults110.Next Method
Definition
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.
public:
int Next(System::UInt32 cResultBufferSize, cli::array <Microsoft::VisualStudio::Debugger::Interop::IEnumGroupEvaluationResultContext110 ^> ^ ppResultContexts, [Runtime::InteropServices::Out] System::UInt32 % pcResultsFetched);
public int Next(uint cResultBufferSize, Microsoft.VisualStudio.Debugger.Interop.IEnumGroupEvaluationResultContext110[] ppResultContexts, out uint pcResultsFetched);
abstract member Next : uint32 * Microsoft.VisualStudio.Debugger.Interop.IEnumGroupEvaluationResultContext110[] * uint32 -> int
Public Function Next (cResultBufferSize As UInteger, ppResultContexts As IEnumGroupEvaluationResultContext110(), ByRef pcResultsFetched As UInteger) As Integer
Parameters
- cResultBufferSize
- UInt32
- ppResultContexts
- IEnumGroupEvaluationResultContext110[]
- pcResultsFetched
- UInt32