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)
Syntax
声明
Property BuildTiming As Boolean
    Get
    Set
bool BuildTiming { get; set; }
property bool BuildTiming {
    bool get ();
    void set (bool value);
}
abstract BuildTiming : bool with get, set
function get BuildTiming () : boolean
function set BuildTiming (value : boolean)
Property Value
Type: System.Boolean
true if build time is output to an output window; otherwise, false.
.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.