IVsSyntheticTextClient Interface
Visual Studio 2015
Provides management of the client of a synthetic text region.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | ExecMarkerCommand(IVsSyntheticRegion, Int32) | Execute the specified marker command on the specified synthetic region. |
![]() | GetErrorText(UInt32, IVsSyntheticRegion, String) | Returns error text for hovering. |
![]() | GetMarkerCommandInfo(IVsSyntheticRegion, Int32, String[], UInt32[]) | Returns marker command information. |
![]() | GetTipText(IVsSyntheticRegion, String[]) | Returns the tip text for hovering. |
![]() | OnBeforeSessionEnd() | Fires event indicating the synthetic text session end. |
![]() | OnSyntheticRegionChange(IVsSyntheticRegion, SYNTHETIC_REGION_EVENT) | Fires event indicating the synthetic text region has changed. |
Show:
