IVsHiddenTextSession Interface
Visual Studio 2015
Used to add or enumerate hidden text sessions.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | AddHiddenRegions(UInt32, Int32, NewHiddenRegion[], IVsEnumHiddenRegions[]) | Adds a new hidden region to the text buffer. |
![]() | EnumHiddenRegions(UInt32, UInt32, TextSpan[], IVsEnumHiddenRegions) | Returns a list of the current hidden regions. |
![]() | Terminate() | Ends the hidden text session. |
![]() | UnadviseClient() | Releases the IVsHiddenTextClient. |
Notes to Callers:
Call this interface to add or enumerate hidden text sessions.
Show:
