VCLinkerTool.ProfileGuidedDatabase Property

Gets or sets the database file to use when using profile-guided optimizations.

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

Syntax

'Declaration
Property ProfileGuidedDatabase As String
string ProfileGuidedDatabase { get; set; }
property String^ ProfileGuidedDatabase {
    String^ get ();
    void set (String^ value);
}
abstract ProfileGuidedDatabase : string with get, set
function get ProfileGuidedDatabase () : String 
function set ProfileGuidedDatabase (value : String)

Property Value

Type: String
The database file to use when using profile-guided optimizations.

Remarks

This property should only be used when using profile-guided optimizations.

.NET Framework Security

See Also

Reference

VCLinkerTool Interface

Microsoft.VisualStudio.VCProjectEngine Namespace

Other Resources

/PGD (Specify Database for Profile-Guided Optimizations)