IVsUIEnumDataSourceProperties::Skip Method (UInt32)

 

Skips over a specified number of items in the enumeration.

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

int Skip(
	unsigned int celt
)

Parameters

celt
Type: System::UInt32

[in] The number of items to skip.

Return Value

Type: System::Int32

Returns S_OK if the items were skipped.

Return to top
Show: