InstallStatusEventArgs 類別

定義

表示引發安裝狀態事件時所提供的事件引數。

public ref class InstallStatusEventArgs : EventArgs
public class InstallStatusEventArgs : EventArgs
type InstallStatusEventArgs = class
    inherit EventArgs
Public Class InstallStatusEventArgs
Inherits EventArgs
繼承
InstallStatusEventArgs

備註

引發 類別的事件 InstallManagerInstallerStatusUpdated ,會提供這個事件引數。

屬性

DownloadRate

取得整數值,表示安裝程式的下載速率。

InstallerContext

取得這個事件所表示之安裝程式的內容。

ProgressValue

取得代表進度值的整數值。

適用於