VCResourceCompilerTool.ShowProgress Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating whether to enable detailed display about linker progress.
public:
property bool ShowProgress { bool get(); void set(bool value); };
public:
property bool ShowProgress { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(6)]
public bool ShowProgress { [System.Runtime.InteropServices.DispId(6)] get; [System.Runtime.InteropServices.DispId(6)] set; }
[<System.Runtime.InteropServices.DispId(6)>]
[<get: System.Runtime.InteropServices.DispId(6)>]
[<set: System.Runtime.InteropServices.DispId(6)>]
member this.ShowProgress : bool with get, set
Public Property ShowProgress As Boolean
Property Value
true
if the detailed display of linker progress is enabled; otherwise, false
.
- Attributes
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
.