LanguageService Properties

 

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

NameDescription
System_CAPS_pubpropertyInvokeRequired

Determines if a method must be invoked across a thread boundary.

System_CAPS_pubpropertyIsActive

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

System_CAPS_pubpropertyIsDebugging

Determines if the debugger is active.

System_CAPS_pubpropertyIsParsing

Determines if a background parse is in progress.

System_CAPS_pubpropertyLastActiveTextView

Returns the last active text view associated with this language service.

System_CAPS_pubpropertyMainThreadId

Returns the id of the thread this language service is running on.

System_CAPS_pubpropertyName

Returns the name of the language (for example, "C++" or "HTML").

System_CAPS_protpropertyParseThreadIsAlive

Determines whether the parse thread is alive.

System_CAPS_pubpropertyParseThreadPaused

Determines whether the parse thread is alive.

System_CAPS_pubpropertyPreferences

Provides access to the language service preferences.

System_CAPS_pubpropertySite

Returns the service provider given to this language service.

Return to top
Show: