共用方式為


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 在視窗中顯示的資料已變更 (大小為 re-queried)。
UTW_CONTEXTCHANGED 內容資料流都不相同。
UTW_DISMISS 應該關閉提示視窗。

備註

COM 簽章

從 textmgr.idl:

請參閱

參考

Microsoft.VisualStudio.TextManager.Interop 命名空間