共用方式為


InstallProgressChangedEventArgs 建構函式

建立 InstallProgressChangedEventArgs 物件。

命名空間:  Microsoft.VisualStudio.ExtensionManager
組件:  Microsoft.VisualStudio.ExtensionManager (在 Microsoft.VisualStudio.ExtensionManager.dll 中)

語法

'宣告
Public Sub New ( _
    uninstalling As Boolean, _
    progressPercentage As Integer, _
    userState As Object _
)
public InstallProgressChangedEventArgs(
    bool uninstalling,
    int progressPercentage,
    Object userState
)
public:
InstallProgressChangedEventArgs(
    bool uninstalling, 
    int progressPercentage, 
    Object^ userState
)
new : 
        uninstalling:bool * 
        progressPercentage:int * 
        userState:Object -> InstallProgressChangedEventArgs
public function InstallProgressChangedEventArgs(
    uninstalling : boolean, 
    progressPercentage : int, 
    userState : Object
)

參數

  • uninstalling
    類型:Boolean

    true如果事件由解除安裝作業。 否則, false。

  • progressPercentage
    類型:Int32

    位元組已安裝相對於要安裝的位元組總數的百分比。

  • userState
    類型:Object

    表示使用者狀態的物件通常取自UserSuppliedState的非同步安裝作業。

備註

雖然這個 API 支援擴充管理員的基礎結構,建議您不要使用它因為它有可能變更。

.NET Framework 安全性

請參閱

參考

InstallProgressChangedEventArgs 類別

Microsoft.VisualStudio.ExtensionManager 命名空間