IVsTextViewEx 接口

定义

添加了超出范围 IVsTextView 的功能。

public interface class IVsTextViewEx
public interface class IVsTextViewEx
__interface IVsTextViewEx
[System.Runtime.InteropServices.Guid("EAF1EA5B-EB6D-4852-9D87-666E09BC4BEE")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsTextViewEx
[<System.Runtime.InteropServices.Guid("EAF1EA5B-EB6D-4852-9D87-666E09BC4BEE")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsTextViewEx = interface
Public Interface IVsTextViewEx
属性

方法

AppendViewOnlyMarkerTypes(UInt32, UInt32[])

追加仅查看标记类型。

GetClusterRange(Int32, Int32, Int32, Int32, Int32)

返回给定行号和字符索引的群集范围信息。

GetSmartTagRect(RECT[])

获取智能标记边界矩形。

GetWindowFrame(Object)

获取窗口框架。

InvokeInsertionUI(IVsCompletionSet, String, String, IVsInsertionUI)

调用扩展的插入 UI。

IsCompletorWindowActive()

确定 completor 窗口是否处于活动状态。

IsExpansionUIActive()

确定扩展 UI 是否处于活动状态。

IsReadOnly()

确定文本视图是否为只读。

PersistOutliningState()

保持文本视图的大纲显示状态。

RemoveViewOnlyMarkerTypes(UInt32, UInt32[])

删除仅查看标记类型。

SetBackgroundColorIndex(Int32)

设置文本视图的背景色索引。

SetHoverWaitTimer()

设置悬停等待计时器。

SetIgnoreMarkerTypes(Int32, UInt32[])

指定要忽略的标记类型。

UpdateSmartTagWindow(IVsSmartTagTipWindow, UInt32)

更新智能标记窗口。

适用于