IVsAppContainerProjectDeployEvents::OnDeployEnd Method (String^, IVsAppContainerProjectDeployResult^)

 

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)

void OnDeployEnd(
	String^ projectUniqueName,
	IVsAppContainerProjectDeployResult^ result
)

Parameters

projectUniqueName
Type: System::String^

[in] The unique name of the project.

result
Type: Microsoft.VisualStudio.Shell.Interop::IVsAppContainerProjectDeployResult^

[in] The results of the deployment operation.

Return to top
Show: