IProgressPage 介面

定義

定義 Windows Presentation Foundation (WPF) 應用程式之間的互動,這些應用程式裝載交互操作內容和主機提供的進度頁。

public interface class IProgressPage
public interface IProgressPage
type IProgressPage = interface
Public Interface IProgressPage

屬性

ApplicationName

取得或設定應用程式的名稱。

DeploymentPath

取得或設定應用程式部署資訊清單的 Uri 路徑。

PublisherName

取得或設定應用程式的發行者。

RefreshCallback

取得或設定對 DispatcherOperationCallback 處理常式的參考,該處理常式可處理使用者啟動的 [重新整理] 命令情況。

StopCallback

取得或設定對 DispatcherOperationCallback 處理常式的參考,該處理常式可處理使用者啟動的 [停止] 命令情況。

方法

UpdateProgress(Int64, Int64)

提供上載進度數字資訊,該資訊可用於更新進度指示器 (Indicator)。

適用於

另請參閱