IEnumSetupInstances.Skip(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.
Skips the next set of product instances in the enumeration sequence.
public:
void Skip(int celt);
public:
void Skip(int celt);
void Skip(int celt);
public void Skip (int celt);
abstract member Skip : int -> unit
Public Sub Skip (celt As Integer)
Parameters
- celt
- Int32
The number of product instances to skip.