IVsAppContainerProjectDeployResult Interface

Definition

Provides detailed results of the app container application deployment operation.

public interface class IVsAppContainerProjectDeployResult
public interface class IVsAppContainerProjectDeployResult
__interface IVsAppContainerProjectDeployResult
[System.Runtime.InteropServices.Guid("96785CEA-89F6-4FE6-AB54-F86E877DDFCD")]
[System.Runtime.InteropServices.TypeLibType]
public interface IVsAppContainerProjectDeployResult
[System.Runtime.InteropServices.Guid("96785CEA-89F6-4FE6-AB54-F86E877DDFCD")]
public interface IVsAppContainerProjectDeployResult
[<System.Runtime.InteropServices.Guid("96785CEA-89F6-4FE6-AB54-F86E877DDFCD")>]
[<System.Runtime.InteropServices.TypeLibType>]
type IVsAppContainerProjectDeployResult = interface
[<System.Runtime.InteropServices.Guid("96785CEA-89F6-4FE6-AB54-F86E877DDFCD")>]
type IVsAppContainerProjectDeployResult = interface
Public Interface IVsAppContainerProjectDeployResult
Attributes

Properties

DeploySuccess

Gets whether the app container application deployment operation succeeded.

FirstAppUserModelID

Gets the first entry point in the manifest.

LayoutFolder

Gets the layout folder where the app container application was installed.

PackageFullName

Gets the full package name of the installed application.

Applies to