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
'Declaration
Property ShowProgress As Boolean
'Usage
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)
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
VCResourceCompilerTool Interface