Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Get
Set
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: System.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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.VCProjectEngine Namespace