IVsAppContainerProjectDeployOperation.GetDeployResult Method

Definition

Gets detailed results of the deployment operation.

public:
 Microsoft::VisualStudio::Shell::Interop::IVsAppContainerProjectDeployResult ^ GetDeployResult();
public:
 Microsoft::VisualStudio::Shell::Interop::IVsAppContainerProjectDeployResult ^ GetDeployResult();
Microsoft::VisualStudio::Shell::Interop::IVsAppContainerProjectDeployResult GetDeployResult();
public Microsoft.VisualStudio.Shell.Interop.IVsAppContainerProjectDeployResult GetDeployResult ();
abstract member GetDeployResult : unit -> Microsoft.VisualStudio.Shell.Interop.IVsAppContainerProjectDeployResult
Public Function GetDeployResult () As IVsAppContainerProjectDeployResult

Returns

The results of the application deployment operation.

Remarks

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

Applies to