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


VCCLCompilerTool.WholeProgramOptimization - свойство

Gets or sets a value indicating whether to enable cross-module optimizations by delaying code generation to link time. WholeProgramOptimization exposes the functionality of the compiler's /GL (Whole Program Optimization) option.

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

Синтаксис

'Декларация
Property WholeProgramOptimization As Boolean
'Применение
Dim instance As VCCLCompilerTool
Dim value As Boolean

value = instance.WholeProgramOptimization

instance.WholeProgramOptimization = value
bool WholeProgramOptimization { get; set; }
property bool WholeProgramOptimization {
    bool get ();
    void set (bool value);
}
function get WholeProgramOptimization () : boolean
function set WholeProgramOptimization (value : boolean)

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

Тип: System.Boolean

true if cross-module optimizations are enabled; otherwise, false.

Заметки

It is better to set the VCCLCompilerTool object's WholeProgramOptimization property rather than to set the compiler property of the same name and the linker's LinkTimeCodeGeneration property.

The compiler's version of this property and the linker's LinkTimeCodeGeneration property are not available via the property pages.

Разрешения

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

См. также

Ссылки

VCCLCompilerTool Интерфейс

VCCLCompilerTool - члены

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