IVsAppContainerProjectDeployEvents.QueryDeployStart(String, Boolean, Boolean, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Appelé avant le début du déploiement de l'application. Cet événement donne aux composants la possibilité d'arrêter le processus de déploiement ou de forcer un déploiement de l'ordinateur local.
public:
void QueryDeployStart(System::String ^ projectUniqueName, [Runtime::InteropServices::Out] bool % fForceLocalDeployment, [Runtime::InteropServices::Out] bool % fCancel, [Runtime::InteropServices::Out] System::String ^ % cancelReason);
void QueryDeployStart(std::wstring const & projectUniqueName, [Runtime::InteropServices::Out] bool & fForceLocalDeployment, [Runtime::InteropServices::Out] bool & fCancel, [Runtime::InteropServices::Out] std::wstring const & & cancelReason);
public void QueryDeployStart (string projectUniqueName, out bool fForceLocalDeployment, out bool fCancel, out string cancelReason);
abstract member QueryDeployStart : string * bool * bool * string -> unit
Public Sub QueryDeployStart (projectUniqueName As String, ByRef fForceLocalDeployment As Boolean, ByRef fCancel As Boolean, ByRef cancelReason As String)
Paramètres
- projectUniqueName
- String
[in] Nom unique du projet.
- fForceLocalDeployment
- Boolean
[out] Indique si le déploiement local doit être forcé. Si la valeur est true, le déploiement local est forcé.
- fCancel
- Boolean
[out] Indique si le déploiement est annulé. Si la valeur est true, le déploiement est annulé.
- cancelReason
- String
[out] Raison pour laquelle le déploiement a été annulé.