IVsEnumTextBuffers Interface

Enumerates a collection of test buffers.

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

Syntax

'Declaration
<GuidAttribute("74BBEE88-AB6E-4276-9BD2-27F566B8BBAF")> _
<InterfaceTypeAttribute()> _
Public Interface IVsEnumTextBuffers
[GuidAttribute("74BBEE88-AB6E-4276-9BD2-27F566B8BBAF")]
[InterfaceTypeAttribute()]
public interface IVsEnumTextBuffers
[GuidAttribute(L"74BBEE88-AB6E-4276-9BD2-27F566B8BBAF")]
[InterfaceTypeAttribute()]
public interface class IVsEnumTextBuffers
[<GuidAttribute("74BBEE88-AB6E-4276-9BD2-27F566B8BBAF")>]
[<InterfaceTypeAttribute()>]
type IVsEnumTextBuffers =  interface end
public interface IVsEnumTextBuffers

The IVsEnumTextBuffers type exposes the following members.

Methods

  Name Description
Public method Clone Duplicates an enumeration of text buffers.
Public method Next Retrieves text buffers from the enumeration sequence.
Public method Reset Resets the enumeration sequence to the beginning.
Public method Skip Skips text buffers in the enumeration sequence.

Top

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace