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 safe to access from any thread.

Applies to