IVsAppContainerProjectDeployOperation.GetDeployResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.