VCResourceCompilerTool.ShowProgress Property

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

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

‘선언
Property ShowProgress As Boolean
    Get
    Set
bool ShowProgress { get; set; }
property bool ShowProgress {
    bool get ();
    void set (bool value);
}
abstract ShowProgress : bool with get, set
function get ShowProgress () : boolean
function set ShowProgress (value : boolean)

Property Value

Type: System.Boolean
true if the detailed display of linker progress is enabled; otherwise, false.

Remarks

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.

.NET Framework Security

See Also

Reference

VCResourceCompilerTool Interface

Microsoft.VisualStudio.VCProjectEngine Namespace