IVsEnumHiddenRegions Interface
Visual Studio 2015
Enumerates existing hidden text sessions.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | GetCount(UInt32) | Returns the total count of hidden regions in the text buffer. |
![]() | Next(UInt32, IVsHiddenRegion[], UInt32) | Retrieves a specified number of hidden regions in the enumeration sequence. |
![]() | Reset() | Resets the enumeration sequence to the beginning. |
Notes to Callers:
Call this interface to enumerate existing hidden text sessions.
Show:
