共用方式為


InstallCompletedEventArgs 建構函式

建立 InstallCompletedEventArgs 物件。

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

語法

'宣告
Public Sub New ( _
    extension As IInstalledExtension, _
    state As InstallState, _
    restartRequired As Boolean, _
    exception As Exception, _
    canceled As Boolean, _
    userState As Object _
)
public InstallCompletedEventArgs(
    IInstalledExtension extension,
    InstallState state,
    bool restartRequired,
    Exception exception,
    bool canceled,
    Object userState
)
public:
InstallCompletedEventArgs(
    IInstalledExtension^ extension, 
    InstallState state, 
    bool restartRequired, 
    Exception^ exception, 
    bool canceled, 
    Object^ userState
)
new : 
        extension:IInstalledExtension * 
        state:InstallState * 
        restartRequired:bool * 
        exception:Exception * 
        canceled:bool * 
        userState:Object -> InstallCompletedEventArgs
public function InstallCompletedEventArgs(
    extension : IInstalledExtension, 
    state : InstallState, 
    restartRequired : boolean, 
    exception : Exception, 
    canceled : boolean, 
    userState : Object
)

參數

  • restartRequired
    類型:Boolean

    true如果重新啟動是必要的。 否則, false。

  • exception
    類型:Exception

    例外狀況,如果有的話,已取消安裝。 否則, nullnull 參考 (即 Visual Basic 中的 Nothing)。

  • canceled
    類型:Boolean

    true如果已取消安裝。 否則, false。

  • userState
    類型:Object

    userState資訊傳遞至InstallAsync安裝程式啟動時。

備註

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

.NET Framework 安全性

請參閱

參考

InstallCompletedEventArgs 類別

Microsoft.VisualStudio.ExtensionManager 命名空間