Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.11 KB

icordebugenum-skip-method.md

File metadata and controls

49 lines (37 loc) · 1.11 KB
description title ms.date api_name api_location api_type f1_keywords helpviewer_keywords ms.assetid topic_type
Learn more about: ICorDebugEnum::Skip Method
ICorDebugEnum::Skip Method
03/30/2017
ICorDebugEnum.Skip
mscordbi.dll
COM
ICorDebugEnum::Skip
ICorDebugEnum::Skip method [.NET Framework debugging]
Skip method, ICorDebugEnum interface [.NET Framework debugging]
e925d88a-67a5-4f76-88b8-09cedeed0232
apiref

ICorDebugEnum::Skip Method

Moves the cursor forward in the enumeration by the specified number of items.

Syntax

HRESULT Skip (  
    [in] ULONG celt  
);  

Parameters

celt
[in] The number of items by which to move the cursor forward.

Requirements

Platforms: See System Requirements.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET Framework Versions: [!INCLUDEnet_current_v10plus]

See also