LanguageService::InvokeRequired Property
Visual Studio 2015
Determines if a method must be invoked across a thread boundary.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Property Value
Type: System::BooleanReturns true if a method must be invoked across thread boundaries; otherwise, returns false.
Implements
ISynchronizeInvoke::InvokeRequiredThis property is typically not accessed unless it is by your own code.
The base property relies on a Control object created when the language service was instantiated. If that Control does not exist, an InvalidOperationException exception is thrown.
Show: