共用方式為


ICompletionBroker.IsCompletionActive 方法

判斷指定 ITextView 的陳述式完成是否為作用中。

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

語法

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

參數

傳回值

類型:Boolean
當 Sessions.Count > 0 時則為 true,否則為 false。

.NET Framework 安全性

請參閱

參考

ICompletionBroker 介面

Microsoft.VisualStudio.Language.Intellisense 命名空間