Source::LastParseTime Property

 

Gets the duration of the last parse operation.

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

public:
property int LastParseTime {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The duration of the last parse.

The value returned by this property is a value that is approximately equal to the number of milliseconds the last parse operation took to complete.

Return to top
Show: