IVsAppContainerProjectDeployResult Interface

Provides detailed results of the app container application deployment operation.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

'Declaration
<GuidAttribute("96785CEA-89F6-4FE6-AB54-F86E877DDFCD")> _
Public Interface IVsAppContainerProjectDeployResult
[GuidAttribute("96785CEA-89F6-4FE6-AB54-F86E877DDFCD")]
public interface IVsAppContainerProjectDeployResult
[GuidAttribute(L"96785CEA-89F6-4FE6-AB54-F86E877DDFCD")]
public interface class IVsAppContainerProjectDeployResult
[<GuidAttribute("96785CEA-89F6-4FE6-AB54-F86E877DDFCD")>]
type IVsAppContainerProjectDeployResult =  interface end
public interface IVsAppContainerProjectDeployResult

The IVsAppContainerProjectDeployResult type exposes the following members.

Properties

  Name Description
Public property DeploySuccess Gets whether the app container application deployment operation succeeded.
Public property FirstAppUserModelID Gets the first entry point in the manifest.
Public property LayoutFolder Gets the layout folder where the app container application was installed.
Public property PackageFullName Gets the full package name of the installed application.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace