IVsAppContainerProjectDeployResult Interface
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.
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(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable)]
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(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable)>]
type IVsAppContainerProjectDeployResult = interface
[<System.Runtime.InteropServices.Guid("96785CEA-89F6-4FE6-AB54-F86E877DDFCD")>]
type IVsAppContainerProjectDeployResult = interface
Public Interface IVsAppContainerProjectDeployResult
- Attributes
Remarks
This interface is safe to access from any thread.
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. |