IVsAppContainerProjectDeployEvents.QueryDeployStart(String, Boolean, Boolean, String) Méthode

Définition

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é.

S’applique à