VsSyntheticTextLayer Interface
Visual Studio 2015
Handles the addition of and communication with synthetic text sessions.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | AddSyntheticRegions(UInt32, Int32, NewSyntheticRegion[], IVsEnumSyntheticRegions[]) | Adds synthetic text sessions.(Inherited from IVsSyntheticTextSession.) |
![]() | EnumSyntheticRegions(UInt32, UInt32, TextSpan[], IVsEnumSyntheticRegions) | Returns a static snapshot list of synthetic regions.(Inherited from IVsSyntheticTextSession.) |
![]() | Terminate() | Immediately kills the synthetic text session.(Inherited from IVsSyntheticTextSession.) |
![]() | UnadviseClient() | Tells the session to sever its link, and drop its COM reference, to the client.(Inherited from IVsSyntheticTextSession.) |
Show:
