AddAdapterWiz.Execute(Object, Int32, Object[], Object[], wizardResult) 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.
Important
This API is not CLS-compliant.
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)
Parameters
- Application
- Object
- hwndOwner
- Int32
- ContextParams
- Object[]
- CustomParams
- Object[]
- retval
- wizardResult
Implements
- Attributes