VCLinkerTool.Profile Property

Gets or sets a value indicating whether to produce an output file that can be used with the Enterprise Developer performance profiler.

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

Syntax

'Declaration
Property Profile As Boolean
bool Profile { get; set; }
property bool Profile {
    bool get ();
    void set (bool value);
}
abstract Profile : bool with get, set
function get Profile () : boolean 
function set Profile (value : boolean)

Property Value

Type: System.Boolean
true if an output file that can be used with the Enterprise Developer performance profiler is produced; otherwise, false.

Examples

/PROFILE (Performance Tools Profiler)

.NET Framework Security

See Also

Reference

VCLinkerTool Interface

Microsoft.VisualStudio.VCProjectEngine Namespace