次の方法で共有


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()

属性

注釈

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

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

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象