IVsEnumTextBuffers Interface
Visual Studio 2015
Enumerates a collection of test buffers.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | Clone(IVsEnumTextBuffers) | Duplicates an enumeration of text buffers. |
![]() | Next(UInt32, IVsTextBuffer[], UInt32) | Retrieves text buffers from the enumeration sequence. |
![]() | Reset() | Resets the enumeration sequence to the beginning. |
![]() | Skip(UInt32) | Skips text buffers in the enumeration sequence. |
Show:
