IVsEnumDependencies.Skip(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Skips over a specified number of dependencies 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 dependencies 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 IVsEnumDependencies::Skip(
[in] ULONG cElements
);