IEnumMoniker.Skip(Int32) 方法
定义
跳过枚举序列中指定数目的项。Skips a specified number of items in the enumeration sequence.
public:
int Skip(int celt);
public int Skip (int celt);
abstract member Skip : int -> int
Public Function Skip (celt As Integer) As Integer
参数
- celt
- Int32
枚举中要跳过的元素数目。The number of elements to skip in the enumeration.
返回
如果跳过的元素数目与 celt 参数相等,则为 S_OK;否则为 S_FALSE。S_OK if the number of elements skipped equals the celt parameter; otherwise, S_FALSE.
注解
有关详细信息,请参阅 IEnumMoniker:: Skip 方法。For more information, see IEnumMoniker::Skip method.