IVsEnumTextBuffers Interface

 

Enumerates a collection of test buffers.

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

[GuidAttribute("74BBEE88-AB6E-4276-9BD2-27F566B8BBAF")]
[InterfaceTypeAttribute(1)]
public interface IVsEnumTextBuffers

NameDescription
System_CAPS_pubmethodClone(IVsEnumTextBuffers)

Duplicates an enumeration of text buffers.

System_CAPS_pubmethodNext(UInt32, IVsTextBuffer[], UInt32)

Retrieves text buffers from the enumeration sequence.

System_CAPS_pubmethodReset()

Resets the enumeration sequence to the beginning.

System_CAPS_pubmethodSkip(UInt32)

Skips text buffers in the enumeration sequence.

Return to top
Show: