Source::IsCompletorActive Property

 

Gets whether the IntelliSense member completion or method tip modes are active.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
property bool IsCompletorActive {
	bool get();
}

Property Value

Type: System::Boolean

rue 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.

Return to top
Show: