VCProjectEngineObjectClass.BuildTiming Property

Definition

Gets or sets a value indicating whether the output window will display times for all tools in the build.

public:
 virtual property bool BuildTiming { bool get(); void set(bool value); };
public:
 virtual property bool BuildTiming { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(201)]
public virtual bool BuildTiming { [System.Runtime.InteropServices.DispId(201)] get; [System.Runtime.InteropServices.DispId(201)] set; }
[<System.Runtime.InteropServices.DispId(201)>]
[<get: System.Runtime.InteropServices.DispId(201)>]
[<set: System.Runtime.InteropServices.DispId(201)>]
member this.BuildTiming : bool with get, set
Public Overridable Property BuildTiming As Boolean

Property Value

true if the output window will display times for all tools in the build; otherwise, false.

Implements

Attributes

Remarks

The 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()  

Applies to