ProgressBar.IncrementSecondaryProgressBy(Int32) 方法

定义

按指定量增加进度栏的辅助进度。

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

参数

diff
Int32

必须增加辅助进度的量

属性

注解

按指定量增加进度栏的辅助进度。

适用于 . 的 android.widget.ProgressBar.incrementSecondaryProgressBy(int)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于

另请参阅