Source.IsCompletorActive 属性

获取 IntelliSense 成员完成或方法提示模式是否处于活动状态。

命名空间:  Microsoft.VisualStudio.Package
程序集:   Microsoft.VisualStudio.Package.LanguageService.10.0(在 Microsoft.VisualStudio.Package.LanguageService.10.0.dll 中)
  Microsoft.VisualStudio.Package.LanguageService(在 Microsoft.VisualStudio.Package.LanguageService.dll 中)
  Microsoft.VisualStudio.Package.LanguageService.11.0(在 Microsoft.VisualStudio.Package.LanguageService.11.0.dll 中)
  Microsoft.VisualStudio.Package.LanguageService.9.0(在 Microsoft.VisualStudio.Package.LanguageService.9.0.dll 中)

语法

声明
Public ReadOnly Property IsCompletorActive As Boolean
public bool IsCompletorActive { get; }

属性值

类型:System.Boolean
rue ,如果完成或方法提示模式处于活动状态;否则,返回 false。

备注

成员完成操作通过调用 Completion 方法开始。 方法提示操作通过调用 MethodTip 方法调用。

.NET Framework 安全性

请参见

参考

Source 类

Microsoft.VisualStudio.Package 命名空间