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 line markers.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("35E981F1-77EF-4343-AAA1-8741F38627A2")> _
Public Interface IVsEnumLineMarkers
[InterfaceTypeAttribute()]
[GuidAttribute("35E981F1-77EF-4343-AAA1-8741F38627A2")]
public interface IVsEnumLineMarkers
[InterfaceTypeAttribute()]
[GuidAttribute(L"35E981F1-77EF-4343-AAA1-8741F38627A2")]
public interface class IVsEnumLineMarkers
[<InterfaceTypeAttribute()>]
[<GuidAttribute("35E981F1-77EF-4343-AAA1-8741F38627A2")>]
type IVsEnumLineMarkers = interface end
public interface IVsEnumLineMarkers
The IVsEnumLineMarkers type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
GetCount | Returns the total count of line markers in the enumeration sequence. |
![]() |
Next | Retrieves the next line marker in the enumeration sequence. |
![]() |
Reset | Resets the enumeration sequence to the beginning. |
Top
Remarks
Notes to Callers
Call this interface to enumerate a collection of line markers.
.gif)