LanguageService Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Package
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | InvokeRequired | Determines if a method must be invoked across a thread boundary. |
![]() | IsActive | Determines whether the language service is connected to the current view and therefore is active. |
![]() | IsDebugging | Determines if the debugger is active. |
![]() | IsParsing | Determines if a background parse is in progress. |
![]() | LastActiveTextView | Returns the last active text view associated with this language service. |
![]() | MainThreadId | Returns the id of the thread this language service is running on. |
![]() | Name | Returns the name of the language (for example, "C++" or "HTML"). |
![]() | ParseThreadIsAlive | Determines whether the parse thread is alive. |
![]() | ParseThreadPaused | Determines whether the parse thread is alive. |
![]() | Preferences | Provides access to the language service preferences. |
![]() | Site | Returns the service provider given to this language service. |
Show:

