IVsEnumTextBuffers Interface

Definition

Enumerates a collection of test buffers.

public interface class IVsEnumTextBuffers
public interface class IVsEnumTextBuffers
__interface IVsEnumTextBuffers
[System.Runtime.InteropServices.Guid("74BBEE88-AB6E-4276-9BD2-27F566B8BBAF")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsEnumTextBuffers
[System.Runtime.InteropServices.Guid("74BBEE88-AB6E-4276-9BD2-27F566B8BBAF")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsEnumTextBuffers
[<System.Runtime.InteropServices.Guid("74BBEE88-AB6E-4276-9BD2-27F566B8BBAF")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsEnumTextBuffers = interface
[<System.Runtime.InteropServices.Guid("74BBEE88-AB6E-4276-9BD2-27F566B8BBAF")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsEnumTextBuffers = interface
Public Interface IVsEnumTextBuffers
Attributes

Methods

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.

Applies to