次の方法で共有


ProgressDialog.IncrementSecondaryProgressBy(Int32) メソッド

定義

現在のセカンダリ進行状況の値をインクリメントします。

[Android.Runtime.Register("incrementSecondaryProgressBy", "(I)V", "GetIncrementSecondaryProgressBy_IHandler")]
public virtual void IncrementSecondaryProgressBy (int diff);
[<Android.Runtime.Register("incrementSecondaryProgressBy", "(I)V", "GetIncrementSecondaryProgressBy_IHandler")>]
abstract member IncrementSecondaryProgressBy : int -> unit
override this.IncrementSecondaryProgressBy : int -> unit

パラメーター

diff
Int32

現在のセカンダリ進行状況が増分される量 (最大) #getMax()

属性

注釈

現在のセカンダリ進行状況の値をインクリメントします。

android.app.ProgressDialog.incrementSecondaryProgressBy(int)Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象