Поделиться через


VCLinkerTool.ProfileGuidedDatabase - свойство

Gets or sets the database file to use when using profile-guided optimizations.

Пространство имен:  Microsoft.VisualStudio.VCProjectEngine
Сборка:  Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)

Синтаксис

'Декларация
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)

Значение свойства

Тип: System.String

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

Заметки

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

Разрешения

  • Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.

См. также

Основные понятия

/PGD (Specify Database for Profile-Guided Optimizations)

Ссылки

VCLinkerTool Интерфейс

VCLinkerTool - члены

Microsoft.VisualStudio.VCProjectEngine - пространство имен