Share via


IVsAppContainerProjectDeployEvents.OnDeployEnd Method

Called after the application deployment operation is complete. This event is fired after OnEndDeploy is called.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

'Declaration
Sub OnDeployEnd ( _
    projectUniqueName As String, _
    result As IVsAppContainerProjectDeployResult _
)
void OnDeployEnd(
    string projectUniqueName,
    IVsAppContainerProjectDeployResult result
)
void OnDeployEnd(
    [InAttribute] String^ projectUniqueName, 
    [InAttribute] IVsAppContainerProjectDeployResult^ result
)
abstract OnDeployEnd : 
        projectUniqueName:string * 
        result:IVsAppContainerProjectDeployResult -> unit
function OnDeployEnd(
    projectUniqueName : String, 
    result : IVsAppContainerProjectDeployResult
)

Parameters

  • projectUniqueName
    Type: System.String

    [in] The unique name of the project.

.NET Framework Security

See Also

Reference

IVsAppContainerProjectDeployEvents Interface

Microsoft.VisualStudio.Shell.Interop Namespace