IReportProgress Interface
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.
Defines a method that displays the progress report in the class.
public interface class IReportProgress
public interface IReportProgress
type IReportProgress = interface
Public Interface IReportProgress
Properties
IsCancellable |
Gets a value indicating whether the user can cancel an operation. |
IsRunning |
Gets a value indicating whether the state of the operation is running. |
Message |
Gets the message associated with the current state of operation. |
Progress |
Gets the current percentage of progress. |
Methods
Cancel() |
Cancels the operation. |
Events
ProgressChanged |
Occurs when the signal of the operation's progress is changed. |