VCResourceCompilerTool::ShowProgress Property
Visual Studio 2015
Gets or sets a value indicating whether to enable detailed display about linker progress.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Property Value
Type: System::Booleantrue 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.
Show: