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
類型:Object必要項。 指向 Visual Studio 環境最高層級 Automation 物件的分派指標。
hwndOwner
類型:Int32必要項。 精靈視窗的父視窗 hWnd 控制代碼。
ContextParams
類型:array<Object[]%必要項。 依據精靈是從 [加入新項目] 或是從 [新增專案] 對話方塊啟動而有所不同的元素陣列。 如需可用值的清單,請參閱 ContextParams Enum。
CustomParams
類型:array<Object[]%必要項。 使用者定義參數的陣列,由精靈的 .vsz 檔案中的 param= 陳述式判斷。 您可以使用這個陣列所傳遞的參數來自訂精靈的行為和角色。 如需可用值的清單,請參閱預先定義的 CustomWizard 符號。
retval
類型:wizardResult%動作的結果。 wizardResult 列舉中的值。
實作
IDTWizard.Execute(Object, Int32, Object, Object, wizardResult)
備註
Execute 由精靈的撰寫者實作顯示適當的精靈。 當精靈從 [加入新項目。] 或 [新的專案 ] 對話方塊中,按兩下呼叫。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.VisualStudio.VsWizard 命名空間