CommonMessagePump.EnableRealProgress Property
Determines the type of progress control to use in the wait dialog.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public WriteOnly Property EnableRealProgress As Boolean
public bool EnableRealProgress { set; }
public:
property bool EnableRealProgress {
void set (bool value);
}
member EnableRealProgress : bool with set
function set EnableRealProgress (value : boolean)
Property Value
Type: System.Boolean
true indicates a percentage progress, false indicates a marquee-type progress
Remarks
Only has an effect before calling the ModalWait functions.
.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.