Skip Method (IEnumComponents)
Obsolete. Superseded by IEnumComponents2::Skip.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub Skip( _
ByVal Celt As Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As IEnumComponents
Dim Celt As Integer
instance.Skip(Celt)
|
C++/CLI | |
---|
void Skip(
& int Celt
) |
Parameters
- Celt
-
See Also