IVsAppContainerProjectDeployOperation::GetDeployResult Method ()

 

Gets detailed results of the deployment operation.

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

IVsAppContainerProjectDeployResult^ GetDeployResult()

Return Value

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

The results of the application deployment operation.

This method is valid after the OnEndDeploy event has occurred; before that point, this method returns E_PENDING.

Return to top
Show: