다음을 통해 공유


AddAdapterWiz.Execute(Object, Int32, Object[], Object[], wizardResult) 메서드

정의

중요

이 API는 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)

매개 변수

Application
Object
hwndOwner
Int32
ContextParams
Object[]
CustomParams
Object[]
retval
wizardResult

구현

특성

적용 대상