 | UILoadingFormBindingProcessMsg 方法 |
Sweet 开发框架
设置进度信息,重写此函数可以处理界面信息绑定
命名空间:
SweetUI.Forms
程序集:
SweetUI (在 SweetUI.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法protected virtual void BindingProcessMsg(
string strText,
int intValue
)
Protected Overridable Sub BindingProcessMsg (
strText As String,
intValue As Integer
)
abstract BindingProcessMsg :
strText : string *
intValue : int -> unit
override BindingProcessMsg :
strText : string *
intValue : int -> unit
参数
- strText
- 类型:SystemString
进度任务名称 - intValue
- 类型:SystemInt32
进度值
参见