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.
Enables (or disables) a percent-based progress control.
public:
int EnableRealProgress(bool fEnableRealProgress);
public:
int EnableRealProgress(bool fEnableRealProgress);
int EnableRealProgress(bool fEnableRealProgress);
public int EnableRealProgress (bool fEnableRealProgress);
abstract member EnableRealProgress : bool -> int
Public Function EnableRealProgress (fEnableRealProgress As Boolean) As Integer
Parameters
- fEnableRealProgress
- Boolean
If true
, enables the control, and if false
, disables it.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.