CLSActivity.AddProgressRange(Double, Double) 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.
Adds a progress range to the activity.
[Foundation.Export("addProgressRangeFromStart:toEnd:")]
public virtual void AddProgressRange (double start, double end);
abstract member AddProgressRange : double * double -> unit
override this.AddProgressRange : double * double -> unit
Parameters
- start
- Double
A value in the range [0, 1).
- end
- Double
A value in the range (start
, 1].
- Attributes