更新进度信息

命名空间:  SuperMap.Desktop.UI
程序集:  SuperMap.Desktop.UI.Controls (in SuperMap.Desktop.UI.Controls)
版本: dll

语法

C#
public void UpdateProgress(
	string title,
	string message,
	int percent,
	string totalMessage,
	int totalPercent,
	TimeSpan remainTime
)

参数

title
Type: System..::.String
标题
message
Type: System..::.String
信息
percent
Type: System..::.Int32
子进度值
totalMessage
Type: System..::.String
总进度信息
totalPercent
Type: System..::.Int32
总进度值
remainTime
Type: System..::.TimeSpan
剩余时间

请参见