IEnumVsENCRebuildableProjectCfgs::Skip Method (UInt32)

 

Moves ahead in the enumeration of Edit and Continue rebuildable project configurations.

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

[in] The number of elements to skip ahead.

Return Value

Type: System::Int32

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

Return to top
Show: