在枚举中将光标向前移动指定的项数。
语法
HRESULT Skip (
[in] ULONG celt
);
参数
celt
[in] 将光标向前移动的项数。
要求
平台:请参阅系统要求。
标头:CorDebug.idl、CorDebug.h
库:CorGuids.lib
.NET Framework 版本:自 1.0 起可用
在枚举中将光标向前移动指定的项数。
HRESULT Skip (
[in] ULONG celt
);
celt
[in] 将光标向前移动的项数。
平台:请参阅系统要求。
标头:CorDebug.idl、CorDebug.h
库:CorGuids.lib
.NET Framework 版本:自 1.0 起可用