AddAdapterWiz.Execute(Object, Int32, Object[], Object[], wizardResult) 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.
Important
Cette API n’est pas conforme CLS.
public:
virtual void Execute(System::Object ^ Application, int hwndOwner, cli::array <System::Object ^> ^ % ContextParams, cli::array <System::Object ^> ^ % CustomParams, EnvDTE::wizardResult % retval);
[System.CLSCompliant(false)]
public void Execute (object Application, int hwndOwner, ref object[] ContextParams, ref object[] CustomParams, ref EnvDTE.wizardResult retval);
abstract member Execute : obj * int * Object[] * Object[] * wizardResult -> unit
override this.Execute : obj * int * Object[] * Object[] * wizardResult -> unit
Public Sub Execute (Application As Object, hwndOwner As Integer, ByRef ContextParams As Object(), ByRef CustomParams As Object(), ByRef retval As wizardResult)
Paramètres
- Application
- Object
- hwndOwner
- Int32
- ContextParams
- Object[]
- CustomParams
- Object[]
- retval
- wizardResult
Implémente
- Attributs