Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.