IVsSyntheticTextSession 接口

定义

处理添加区域以及与合成文本会话的通信。

public interface class IVsSyntheticTextSession
public interface class IVsSyntheticTextSession
__interface IVsSyntheticTextSession
[System.Runtime.InteropServices.Guid("0C71E351-5141-4B6F-B838-E212F0764875")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsSyntheticTextSession
[<System.Runtime.InteropServices.Guid("0C71E351-5141-4B6F-B838-E212F0764875")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsSyntheticTextSession = interface
Public Interface IVsSyntheticTextSession
派生
属性

方法

AddSyntheticRegions(UInt32, Int32, NewSyntheticRegion[], IVsEnumSyntheticRegions[])

添加合成文本会话。

EnumSyntheticRegions(UInt32, UInt32, TextSpan[], IVsEnumSyntheticRegions)

返回合成区域的静态快照列表。

Terminate()

立即终止合成文本会话。

UnadviseClient()

告知会话将其链接链接到客户端,并将其 COM 引用放置到客户端。

适用于