IEnumVsENCRebuildableProjectCfgs.Skip(UInt32) 方法

定义

在 "编辑并继续" rebuildable 项目配置的枚举中向前移动。

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。 如果该方法失败,则会返回错误代码。

适用于