CommonMessagePump.IVsCommonMessagePump.EnableRealProgress(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines the kind of progress to be displayed
virtual int Microsoft.VisualStudio.Shell.Interop.IVsCommonMessagePump.EnableRealProgress(bool enableRealProgress) = Microsoft::VisualStudio::Shell::Interop::IVsCommonMessagePump::EnableRealProgress;
virtual int Microsoft.VisualStudio.Shell.Interop.IVsCommonMessagePump.EnableRealProgress(bool enableRealProgress) = Microsoft::VisualStudio::Shell::Interop::IVsCommonMessagePump::EnableRealProgress;
int Microsoft.VisualStudio.Shell.Interop.IVsCommonMessagePump.EnableRealProgress(bool enableRealProgress);
int IVsCommonMessagePump.EnableRealProgress (bool enableRealProgress);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsCommonMessagePump.EnableRealProgress : bool -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsCommonMessagePump.EnableRealProgress : bool -> int
Function EnableRealProgress (enableRealProgress As Boolean) As Integer Implements IVsCommonMessagePump.EnableRealProgress
Parameters
- enableRealProgress
- Boolean
True if the progress dialog shows a percent control, false to show a marquee-style control.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
Remarks
If enableRealProgress
is true
, the caller must provide TotalSteps and CurrentStep values.