VCProjectEngineObjectClass::BuildTiming Property
Visual Studio 2015
Gets or sets a value indicating whether the output window will display times for all tools in the build.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Property Value
Type: System::Booleantrue if the output window will display times for all tools in the build; otherwise, false.
Implements
VCProjectEngine::BuildTimingThe BuildTiming property is off by default.
This property exposes functionality available from the VC++ Project Settings, Projects and Solutions, Options Dialog Box property page.
Do not instantiate VCProjectEngineObjectClass. Instantiate VCProjectEngineObject instead, as shown below:
Dim Engine As VCProjectEngine Engine = New VCProjectEngineObject()
Show: