IVsAppContainerProjectDeploy2 Methods

 

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

NameDescription
System_CAPS_pubmethodAdviseAppContainerDeployEvents(IVsAppContainerProjectDeployEvents^)

Enables a client to be notified of app container deployment events.

System_CAPS_pubmethodStartDeployAsync(UInt32, String^, String^, String^, IVsAppContainerProjectDeployCallback^)

Initiates deployment of the app container application on the local machine. It creates a "layout folder" containing the app files as defined in the package recipe file and registers the application with Windows package manager. After successfully executing of this process, the application is ready to be launched on the local box or on the simulator.

System_CAPS_pubmethodStartRemoteDeployAsync(UInt32, Object^, String^, String^, IVsAppContainerProjectDeployCallback^)

Initiate deployment of the app container application on a remote machine.

System_CAPS_pubmethodStartRemoteDeployAsync(UInt32, Object^, String^, String^, String^, IVsAppContainerProjectDeployCallback^)

Initiate deployment of the app container application on a remote machine.

System_CAPS_pubmethodUnadviseAppContainerDeployEvents(UInt32)

Disables clients from receiving notifications of app container deployment events.

Return to top
Show: