IVsSyntheticTextClient Interface

Definition

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.

Applies to