IVsAppContainerProjectDeploy2::StartDeployAsync Method (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.

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

IVsAppContainerProjectDeployOperation^ StartDeployAsync(
	unsigned int deployFlags,
	String^ packageContentsRecipe,
	String^ layoutLocation,
	String^ projectUniqueName,
	IVsAppContainerProjectDeployCallback^ deployCallback
)

Parameters

deployFlags
Type: System::UInt32

[in] The deployment options for this instance of the app container application.

packageContentsRecipe
Type: System::String^

[in] The package recipe file that defines the package contents.

layoutLocation
Type: System::String^

[in] The location where the app container application is deployed.

projectUniqueName
Type: System::String^

[in] The unique name of the project.

deployCallback
Type: Microsoft.VisualStudio.Shell.Interop::IVsAppContainerProjectDeployCallback^

[in] The callback routine that is to be notified when events occur.

Return Value

Type: Microsoft.VisualStudio.Shell.Interop::IVsAppContainerProjectDeployOperation^

The app container application deployed on the local machine.

Return to top
Show: