IVsEnumOutputs.Skip(UInt32) Method

Definition

Skips over a specified number of output items in the enumeration sequence.

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

Parameters

cElements
UInt32

[in] Number of output items to be skipped.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell.idl:

HRESULT IVsEnumOutputs::Skip(  
   [in] ULONG cElements  
);  

Applies to