IEnumSetupInstances.Next(Int32, ISetupInstance[], Int32) 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.
Retrieves the next set of product instances in the enumeration sequence.
public:
void Next(int celt, cli::array <Microsoft::VisualStudio::Setup::Configuration::ISetupInstance ^> ^ rgelt, [Runtime::InteropServices::Out] int % pceltFetched);
public void Next (int celt, Microsoft.VisualStudio.Setup.Configuration.ISetupInstance[] rgelt, out int pceltFetched);
abstract member Next : int * Microsoft.VisualStudio.Setup.Configuration.ISetupInstance[] * int -> unit
Public Sub Next (celt As Integer, rgelt As ISetupInstance(), ByRef pceltFetched As Integer)
Parameters
- celt
- Int32
The number of product instances to retrieve.
- rgelt
- ISetupInstance[]
A pointer to an array of ISetupInstance.
- pceltFetched
- Int32
A pointer to the number of product instances retrieved. If celt
is 1 this parameter may be NULL.