共用方式為


IQuickInfoBroker.IsQuickInfoActive 方法

判斷指定的 ITextView 中是否至少有一個作用中的快速諮詢工作階段。

命名空間:  Microsoft.VisualStudio.Language.Intellisense
組件:  Microsoft.VisualStudio.Language.Intellisense (在 Microsoft.VisualStudio.Language.Intellisense.dll 中)

語法

'宣告
Function IsQuickInfoActive ( _
    textView As ITextView _
) As Boolean
bool IsQuickInfoActive(
    ITextView textView
)
bool IsQuickInfoActive(
    ITextView^ textView
)
abstract IsQuickInfoActive : 
        textView:ITextView -> bool
function IsQuickInfoActive(
    textView : ITextView
) : boolean

參數

傳回值

類型:Boolean
true 透過指定是否至少一個作用中的快速諮詢工作階段ITextView, false否則。

.NET Framework 安全性

請參閱

參考

IQuickInfoBroker 介面

Microsoft.VisualStudio.Language.Intellisense 命名空間