_AppContainerDeployOptions Enumeration
Specifies the deployment options for a Windows Store app.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Public Enumeration _AppContainerDeployOptions
public enum _AppContainerDeployOptions
public enum class _AppContainerDeployOptions
type _AppContainerDeployOptions
public enum _AppContainerDeployOptions
Members
Member name | Description | |
---|---|---|
ACDO_ForceCleanLayout | Always do a clean layout update (that is, remove all old files and copy new files). | |
ACDO_ForceRegistration | Always do a clean registration (unregister and register). | |
ACDO_NetworkLoopbackEnable | The network loopback state for the application is enabled. | |
ACDO_RefreshLayoutOnly | A fast refresh deployment of a JavaScript application host debuggee. Will not terminate debuggee or force a clean layout/registration. | |
ACDO_SetNetworkLoopback | Force deployment to set a network loopback exception for the application. | |
ACDO_UseUniqueDeployPackageIdentity | Allow changing the package identity during deployment to ensure no collisions occur with already installed instances. |