將列舉中的游標向前移動指定的項目數。
語法
HRESULT Skip (
[in] ULONG celt
);
參數
celt
[in] 游標向前移動的項目數。
規格需求
平台:請參閱系統需求。
標頭:CorPub.idl、CorPub.h
程式庫:CorGuids.lib
.NET Framework版本:自 1.0 起可用
將列舉中的游標向前移動指定的項目數。
HRESULT Skip (
[in] ULONG celt
);
celt
[in] 游標向前移動的項目數。
平台:請參閱系統需求。
標頭:CorPub.idl、CorPub.h
程式庫:CorGuids.lib
.NET Framework版本:自 1.0 起可用