InstallStatusEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示引發安裝狀態事件時所提供的事件引數。
public ref class InstallStatusEventArgs : EventArgs
public class InstallStatusEventArgs : EventArgs
type InstallStatusEventArgs = class
inherit EventArgs
Public Class InstallStatusEventArgs
Inherits EventArgs
- 繼承
-
InstallStatusEventArgs
備註
引發 類別的事件 InstallManager 時 InstallerStatusUpdated ,會提供這個事件引數。
屬性
| DownloadRate |
取得整數值,表示安裝程式的下載速率。 |
| InstallerContext |
取得這個事件所表示之安裝程式的內容。 |
| ProgressValue |
取得代表進度值的整數值。 |