VsHiddenTextLayer Interface
Visual Studio 2015
Adds or enumerates 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.(Inherited from IVsHiddenTextSession.) |
![]() | EnumHiddenRegions(UInt32, UInt32, TextSpan[], IVsEnumHiddenRegions) | Returns a list of the current hidden regions.(Inherited from IVsHiddenTextSession.) |
![]() | Terminate() | Ends the hidden text session.(Inherited from IVsHiddenTextSession.) |
![]() | UnadviseClient() | Releases the IVsHiddenTextClient.(Inherited from IVsHiddenTextSession.) |
Show:
