IVsSyntheticTextClient 接口

定义

提供合成文本区域的客户端的管理。

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(1)>]
type IVsSyntheticTextClient = interface
Public Interface IVsSyntheticTextClient
属性

方法

ExecMarkerCommand(IVsSyntheticRegion, Int32)

对指定的合成区域执行指定的标记命令。

GetErrorText(UInt32, IVsSyntheticRegion, String)

返回悬停的错误文本。

GetMarkerCommandInfo(IVsSyntheticRegion, Int32, String[], UInt32[])

返回标记命令信息。

GetTipText(IVsSyntheticRegion, String[])

返回悬停的提示文本。

OnBeforeSessionEnd()

引发事件,指示合成文本会话结束。

OnSyntheticRegionChange(IVsSyntheticRegion, SYNTHETIC_REGION_EVENT)

引发指示合成文本区域已更改的事件。

适用于