TipWindowFlags 枚举

指定提示窗口 " 选项卡。

此枚举有一个 FlagsAttribute 特性,通过该特性可使其成员值按位组合。

命名空间:  Microsoft.VisualStudio.TextManager.Interop
程序集:  Microsoft.VisualStudio.TextManager.Interop(在 Microsoft.VisualStudio.TextManager.Interop.dll 中)

语法

声明
<FlagsAttribute> _
Public Enumeration TipWindowFlags
[FlagsAttribute]
public enum TipWindowFlags
[FlagsAttribute]
public enum class TipWindowFlags
[<FlagsAttribute>]
type TipWindowFlags
public enum TipWindowFlags

成员

成员名称 说明
UTW_CONTENTCHANGED 窗口中显示的数据已更改 (范围将再次查询)。
UTW_CONTEXTCHANGED 上下文流是不同的。
UTW_DISMISS 应关闭提示窗口。

备注

COM 签名

从 textmgr.idl:

请参阅

参考

Microsoft.VisualStudio.TextManager.Interop 命名空间