AuthoringSink::Reason Property
Visual Studio 2015
Returns the reason the parse operation was started.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Property Value
Type: Microsoft.VisualStudio.Package::ParseReasonReturns a value from the ParseReason enumeration.
This property provides an alternative way for the parser to access the parsing reason (the other way is through the ParseRequest structure itself).
Show: