Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
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. |
Top