ParseRequest::Callback Property
Visual Studio 2015
Specifies the callback delegate to be called when the parsing operation has completed.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
public: property ParseResultHandler^ Callback { ParseResultHandler^ get(); void set(ParseResultHandler^ value); }
Property Value
Type: Microsoft.VisualStudio.Package::ParseResultHandler^Returns a ParseResultHandler delegate.
This property is assigned to after the ParseRequest object has been created by a call to CreateParseRequest. If this property returns null, then no call back is required.
BeginParse in the LanguageService class sets this property just before it starts the parsing operation.
Show: