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