LanguageService::BeginParse Method (ParseRequest^, ParseResultHandler^)
Visual Studio 2015
Starts a parse operation on a background thread.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- request
-
Type:
Microsoft.VisualStudio.Package::ParseRequest^
[in] The ParseRequest object containing the parameters of the parse operation.
- handler
-
Type:
Microsoft.VisualStudio.Package::ParseResultHandler^
[in] The ParseResultHandler that is called when the parsing is complete.
This method is used to initiate all parsing operations other than those needed for colorization (which are handled directly by the Colorizer class).
Show: