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


VCResourceCompilerTool.ShowProgress - свойство

Gets or sets a value indicating whether to enable detailed display about linker progress.

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

Синтаксис

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

value = instance.ShowProgress

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

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

Тип: System.Boolean

true if the detailed display of linker progress is enabled; otherwise, false.

Заметки

ShowProgress exposes the functionality of the linker's /VERBOSE (Print Progress Messages) option and the resource compiler's Resources Property Pages option.

Use the linkProgressOption enumeration to modify the value of the linker property.

The ShowProgress property on the VCResourceCompilerTool object takes and returns a Boolean.

Разрешения

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

См. также

Ссылки

VCResourceCompilerTool Интерфейс

VCResourceCompilerTool - члены

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