IEnumSystemAssemblies::Skip Method (UInt32)

 

Moves ahead in the list of system assemblies.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)

int Skip(
	unsigned int celt
)

Parameters

celt
Type: System::UInt32

The number of assemblies to skip ahead.

Return Value

Type: System::Int32

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

From compsvcspkg90.idl:

HRESULT Skip([in] ULONG celt);
Return to top
Show: