IVsAppContainerProjectDeployEvents.OnDeployEnd Method

Definition

Called after the application deployment operation is complete. This event is fired after OnEndDeploy(Boolean, String, String) is called.

public:
 void OnDeployEnd(System::String ^ projectUniqueName, Microsoft::VisualStudio::Shell::Interop::IVsAppContainerProjectDeployResult ^ result);
public:
 void OnDeployEnd(Platform::String ^ projectUniqueName, Microsoft::VisualStudio::Shell::Interop::IVsAppContainerProjectDeployResult ^ result);
void OnDeployEnd(std::wstring const & projectUniqueName, Microsoft::VisualStudio::Shell::Interop::IVsAppContainerProjectDeployResult const & result);
public void OnDeployEnd (string projectUniqueName, Microsoft.VisualStudio.Shell.Interop.IVsAppContainerProjectDeployResult result);
abstract member OnDeployEnd : string * Microsoft.VisualStudio.Shell.Interop.IVsAppContainerProjectDeployResult -> unit
Public Sub OnDeployEnd (projectUniqueName As String, result As IVsAppContainerProjectDeployResult)

Parameters

projectUniqueName
String

[in] The unique name of the project.

result
IVsAppContainerProjectDeployResult

[in] The results of the deployment operation.

Applies to