IVsEnumTextBuffers::Skip Method (UInt32)

 

Skips text buffers in the enumeration sequence.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

int Skip(
	unsigned int celt
)

Parameters

celt
Type: System::UInt32

[in] Number of text buffers to skip in the enumeration sequence.

Return Value

Type: System::Int32

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

From textmgr.idl:

[C++]

HRESULT IVsEnumTextBuffers::Skip(
   ULONG celt
);
Return to top
Show: