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 kind of progress to be displayed
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Private Function EnableRealProgress ( _
enableRealProgress As Boolean _
) As Integer Implements IVsCommonMessagePump.EnableRealProgress
int IVsCommonMessagePump.EnableRealProgress(
bool enableRealProgress
)
private:
virtual int EnableRealProgress(
bool enableRealProgress
) sealed = IVsCommonMessagePump::EnableRealProgress
private abstract EnableRealProgress :
enableRealProgress:bool -> int
private override EnableRealProgress :
enableRealProgress:bool -> int
JScript does not support explicit interface implementations.
Parameters
enableRealProgress
Type: BooleanTrue if the progress dialog shows a percent control, false to show a marquee-style control.
Return Value
Type: Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
IVsCommonMessagePump.EnableRealProgress(Boolean)
Remarks
If enableRealProgress is true, the caller must provide TotalSteps and CurrentStep values.
.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.