IVCBuildOptionsPage::BuildTiming Property

 

Gets or sets a value indicating whether build-timing metadata is sent to an output window.

Namespace:   Microsoft.VisualStudio.VCProject
Assembly:  Microsoft.VisualStudio.VCProject (in Microsoft.VisualStudio.VCProject.dll)

property bool BuildTiming {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if build time is output to an output window; otherwise, false.

Return to top
Show: