CommonMessagePump::IVsCommonMessagePump::EnableRealProgress Method (Boolean)
Visual Studio 2015
Determines the kind of progress to be displayed
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
private: virtual int EnableRealProgress( bool enableRealProgress ) sealed = IVsCommonMessagePump::EnableRealProgress
Parameters
- enableRealProgress
-
Type:
System::Boolean
True if the progress dialog shows a percent control, false to show a marquee-style control.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
If enableRealProgress is true, the caller must provide TotalSteps and CurrentStep values.
Show: