VCLinkerTool.ProfileGuidedDatabase Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the database file to use when using profile-guided optimizations.
public:
property System::String ^ ProfileGuidedDatabase { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ ProfileGuidedDatabase { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(85)]
public string ProfileGuidedDatabase { [System.Runtime.InteropServices.DispId(85)] get; [System.Runtime.InteropServices.DispId(85)] set; }
[<System.Runtime.InteropServices.DispId(85)>]
[<get: System.Runtime.InteropServices.DispId(85)>]
[<set: System.Runtime.InteropServices.DispId(85)>]
member this.ProfileGuidedDatabase : string with get, set
Public Property ProfileGuidedDatabase As String
Property Value
The database file to use when using profile-guided optimizations.
- Attributes
Remarks
This property should only be used when using profile-guided optimizations.