IVsEnumWindowSearchFilters.Skip(UInt32) 方法

定义

跳过枚举序列中指定数目的窗口搜索筛选器。

public:
 int Skip(System::UInt32 celt);
public:
 int Skip(unsigned int celt);
int Skip(unsigned int celt);
public int Skip (uint celt);
abstract member Skip : uint32 -> int
Public Function Skip (celt As UInteger) As Integer

参数

celt
UInt32

中枚举中要跳过的窗口搜索筛选器的数目。

返回

Int32

如果该方法成功,则它会返回 S_OK。 如果该方法失败,则会返回错误代码。

适用于