IVsEnumBufferCoordinatorSpans::Skip Method (UInt32)
Visual Studio 2015
Skips over the specified number of elements.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Parameters
- celt
-
Type:
System::UInt32
[in] Number of elements to skip.
Return Value
Type: System::Int32If successful, returns S_OK. Returns S_FALSE if the celt parameter is greater than the number of remaining elements. Otherwise, returns an error code.
Show: