Source::IsCompletorActive Property
Visual Studio 2015
Gets whether the IntelliSense member completion or method tip modes are active.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Property Value
Type: System::Booleanrue if the completion or method tip modes are active; otherwise, returns false.
A member completion operation is started by calling the Completion method. A method tip operation is called by calling the MethodTip method.
Show: