Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 | |
|---|---|---|
![]() |
Clone | Duplicates an enumeration of text buffers. |
![]() |
Next | Retrieves text buffers from the enumeration sequence. |
![]() |
Reset | Resets the enumeration sequence to the beginning. |
![]() |
Skip | Skips text buffers in the enumeration sequence. |
Top
.gif)