Progress<T>.OnReport(T) メソッド

定義

進行状況の変更を報告します。

protected:
 virtual void OnReport(T value);
protected virtual void OnReport (T value);
abstract member OnReport : 'T -> unit
override this.OnReport : 'T -> unit
Protected Overridable Sub OnReport (value As T)

パラメーター

value
T

更新の進捗状況の値。

適用対象