AuthoringSink::Reason Property

 

Returns the reason the parse operation was started.

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

public:
property ParseReason Reason {
	ParseReason get();
}

Property Value

Type: Microsoft.VisualStudio.Package::ParseReason

Returns 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).

Return to top
Show: