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 命名空间