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)

Syntax

'Declaration
Function GetDeployResult As IVsAppContainerProjectDeployResult
IVsAppContainerProjectDeployResult GetDeployResult()
IVsAppContainerProjectDeployResult^ GetDeployResult()
abstract GetDeployResult : unit -> IVsAppContainerProjectDeployResult
function GetDeployResult() : IVsAppContainerProjectDeployResult

Return Value

Type: Microsoft.VisualStudio.Shell.Interop.IVsAppContainerProjectDeployResult
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.

.NET Framework Security

See Also

Reference

IVsAppContainerProjectDeployOperation Interface

Microsoft.VisualStudio.Shell.Interop Namespace