Freigeben über


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

Property Profile As Boolean

Dim instance As VCLinkerTool
Dim value As Boolean

value = instance.Profile

instance.Profile = value
bool Profile { get; set; }
property bool Profile {
    bool get ();
    void set (bool value);
}
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)

Permissions

See Also

Reference

VCLinkerTool Interface

VCLinkerTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace