VCProjectEngineObjectClass.BuildTiming Property
Gets or sets a value indicating whether the output window will display times for all tools in the build.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Déclaration
Public Overridable Property BuildTiming As Boolean
Get
Set
public virtual bool BuildTiming { get; set; }
public:
virtual property bool BuildTiming {
bool get ();
void set (bool value);
}
abstract BuildTiming : bool with get, set
override BuildTiming : bool with get, set
function get BuildTiming () : boolean
function set BuildTiming (value : boolean)
Property Value
Type: System.Boolean
true if the output window will display times for all tools in the build; otherwise, false.
Implements
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()
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.