LanguageService::IsActive Property

 

Determines whether the language service is connected to the current view and therefore is active.

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

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

Property Value

Type: System::Boolean

Returns true if the currently active view belongs to this language service; otherwise, returns false, the language service is not currently active.

This property is accessed from OnIdle.

Return to top
Show: