Partager via


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

Property ProfileGuidedDatabase As String

Dim instance As VCLinkerTool
Dim value As String

value = instance.ProfileGuidedDatabase

instance.ProfileGuidedDatabase = value
string ProfileGuidedDatabase { get; set; }
property String^ ProfileGuidedDatabase {
    String^ get ();
    void set (String^ value);
}
function get ProfileGuidedDatabase () : String
function set ProfileGuidedDatabase (value : String)

Property Value

Type: System.String

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

Remarks

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

Permissions

See Also

Concepts

/PGD (Specify Database for Profile-Guided Optimizations)

Reference

VCLinkerTool Interface

VCLinkerTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace