VCLinkerTool.ProfileGuidedDatabase 属性

定义

获取或设置在使用按配置优化时要使用的数据库文件。

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

属性值

String

在使用按配置优化时要使用的数据库文件。

属性

注解

仅当使用按配置优化时才应使用此属性。

适用于