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