IVsAppContainerProjectDeployEvents::OnDeployEnd Method (String^, IVsAppContainerProjectDeployResult^)
Visual Studio 2015
Called after the application deployment operation is complete. This event is fired after OnEndDeploy is called.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
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.
Show: