IVsSyntheticTextClient Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides management of the client of a synthetic text region.
public interface class IVsSyntheticTextClient
public interface class IVsSyntheticTextClient
__interface IVsSyntheticTextClient
[System.Runtime.InteropServices.Guid("1A8FBF86-5949-4E08-B9B6-F528AFB2DF9C")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsSyntheticTextClient
[System.Runtime.InteropServices.Guid("1A8FBF86-5949-4E08-B9B6-F528AFB2DF9C")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSyntheticTextClient
[<System.Runtime.InteropServices.Guid("1A8FBF86-5949-4E08-B9B6-F528AFB2DF9C")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsSyntheticTextClient = interface
[<System.Runtime.InteropServices.Guid("1A8FBF86-5949-4E08-B9B6-F528AFB2DF9C")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSyntheticTextClient = interface
Public Interface IVsSyntheticTextClient
- Attributes
Methods
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. |