Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumerates existing hidden text sessions.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
<GuidAttribute("681B0FFF-30B4-4578-A911-B67FB049DAFA")> _
<InterfaceTypeAttribute()> _
Public Interface IVsEnumHiddenRegions
[GuidAttribute("681B0FFF-30B4-4578-A911-B67FB049DAFA")]
[InterfaceTypeAttribute()]
public interface IVsEnumHiddenRegions
[GuidAttribute(L"681B0FFF-30B4-4578-A911-B67FB049DAFA")]
[InterfaceTypeAttribute()]
public interface class IVsEnumHiddenRegions
[<GuidAttribute("681B0FFF-30B4-4578-A911-B67FB049DAFA")>]
[<InterfaceTypeAttribute()>]
type IVsEnumHiddenRegions = interface end
public interface IVsEnumHiddenRegions
The IVsEnumHiddenRegions type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetCount | Returns the total count of hidden regions in the text buffer. |
![]() |
Next | Retrieves a specified number of hidden regions in the enumeration sequence. |
![]() |
Reset | Resets the enumeration sequence to the beginning. |
Top
Remarks
Notes to Callers
Call this interface to enumerate existing hidden text sessions.