AuthoringSink.Reason Property

Definition

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

Applies to