Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines the type of progress control to use in the wait dialog.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.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 get, 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.