Share via


IVsAppContainerProjectDeployEvents.OnDeployStart(String) Method

Definition

Called before the application deployment begins. This event is only fired if no one canceled the deployment operation in QueryDeployStart(String, Boolean, Boolean, String).

public:
 void OnDeployStart(System::String ^ projectUniqueName);
public:
 void OnDeployStart(Platform::String ^ projectUniqueName);
void OnDeployStart(std::wstring const & projectUniqueName);
public void OnDeployStart (string projectUniqueName);
abstract member OnDeployStart : string -> unit
Public Sub OnDeployStart (projectUniqueName As String)

Parameters

projectUniqueName
String

[in] The unique name of the project.

Applies to