ProgressReporterOptions Class
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.
A class that holds the options that customize the behavior of Task Status Center in VS.
[System.Runtime.Serialization.DataContract]
public class ProgressReporterOptions
[<System.Runtime.Serialization.DataContract>]
type ProgressReporterOptions = class
Public Class ProgressReporterOptions
- Inheritance
-
ProgressReporterOptions
- Attributes
Constructors
ProgressReporterOptions(Boolean) |
Initializes a new instance of the ProgressReporterOptions class. |
Properties
IsWorkCancellable |
Gets a value indicating whether the background work is cancellable in the Task Status Center. |