Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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: 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