다음을 통해 공유


VsWizardClass.Execute 메서드

마법사를 시작할 때 호출을 Add New Item 또는 New Project 대화 상자.

네임스페이스:  Microsoft.VisualStudio.VsWizard
어셈블리:  Microsoft.VisualStudio.VsWizard(Microsoft.VisualStudio.VsWizard.dll)

구문

‘선언
Public Overridable Sub Execute ( _
    Application As Object, _
    hwndOwner As Integer, _
    ByRef ContextParams As Object(), _
    ByRef CustomParams As Object(), _
    <OutAttribute> ByRef retval As wizardResult _
)
public virtual void Execute(
    Object Application,
    int hwndOwner,
    ref Object[] ContextParams,
    ref Object[] CustomParams,
    out wizardResult retval
)
public:
virtual void Execute(
    [InAttribute] Object^ Application, 
    [InAttribute] int hwndOwner, 
    [InAttribute] array<Object^>^% ContextParams, 
    [InAttribute] array<Object^>^% CustomParams, 
    [InAttribute] [OutAttribute] wizardResult% retval
)
abstract Execute : 
        Application:Object * 
        hwndOwner:int * 
        ContextParams:Object[] byref * 
        CustomParams:Object[] byref * 
        retval:wizardResult byref -> unit 
override Execute : 
        Application:Object * 
        hwndOwner:int * 
        ContextParams:Object[] byref * 
        CustomParams:Object[] byref * 
        retval:wizardResult byref -> unit 
public function Execute(
    Application : Object, 
    hwndOwner : int, 
    ContextParams : Object[], 
    CustomParams : Object[], 
    retval : wizardResult
)

매개 변수

  • Application
    형식: System.Object
    필수 요소.최상위 수준 자동화 개체에 대 한에 대 한 디스패치 포인터를 Visual Studio 환경입니다.
  • hwndOwner
    형식: System.Int32
    필수 요소.이 마법사 창의 부모에 대한 hWnd 핸들입니다.
  • ContextParams
    형식: array<System.Object[]%
    필수 요소.여부를 마법사에서 시작 됩니다에 따라 변하는 요소 배열에서 새 항목 추가 또는 새 프로젝트 대화 상자.사용 가능한 값 목록을 보려면 ContextParams 열거형을 참조 하십시오.
  • CustomParams
    형식: array<System.Object[]%
    필수 요소.마법사의 .vsz 파일에 있는 param= 문에 의해 결정되는 사용자 정의 매개 변수 배열입니다.이 배열로 전달된 매개 변수를 사용하여 마법사의 동작과 역할을 사용자 지정할 수 있습니다.미리 정의 된 CustomWizard 기호 사용 가능한 값 목록을 보려면을 참조 하십시오.

구현

IDTWizard.Execute(Object, Int32, array<Object[]%, array<Object[]%, wizardResult%)

설명

Execute해당 마법사를 표시 하는 마법사 작성기에 의해 구현 됩니다.마법사를 시작할 때 호출 되는 새 항목 추가 나는 새 프로젝트 대화 상자.

.NET Framework 보안

  • 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.

참고 항목

참조

VsWizardClass 클래스

Microsoft.VisualStudio.VsWizard 네임스페이스

기타 리소스

마법사 디자인

Visual C++ 확장성 개체 모델