IVsAppContainerProjectDeployEvents.OnDeployStart(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.