CommonMessagePump::IVsCommonMessagePump::EnableRealProgress Method (Boolean)

 

Determines the kind of progress to be displayed

Namespace:   Microsoft.VisualStudio.Shell
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::Int32

If 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.

Return to top
Show: