AuthoringSink.Reason Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the reason the parse operation was started.
public:
property Microsoft::VisualStudio::Package::ParseReason Reason { Microsoft::VisualStudio::Package::ParseReason get(); };
public:
property Microsoft::VisualStudio::Package::ParseReason Reason { Microsoft::VisualStudio::Package::ParseReason get(); };
public Microsoft.VisualStudio.Package.ParseReason Reason { get; }
member this.Reason : Microsoft.VisualStudio.Package.ParseReason
Public ReadOnly Property Reason As ParseReason
Property Value
Returns a value from the ParseReason enumeration.
Remarks
This property provides an alternative way for the parser to access the parsing reason (the other way is through the ParseRequest structure itself).