IVsExtensibility.RunWizardFile 方法
這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。
僅限 Microsoft 內部使用。
命名空間: EnvDTE
組件: EnvDTE (在 EnvDTE.dll 中)
語法
'宣告
Function RunWizardFile ( _
bstrWizFilename As String, _
hwndOwner As Integer, _
ByRef vContextParams As Object() _
) As wizardResult
wizardResult RunWizardFile(
string bstrWizFilename,
int hwndOwner,
ref Object[] vContextParams
)
wizardResult RunWizardFile(
[InAttribute] String^ bstrWizFilename,
[InAttribute] int hwndOwner,
[InAttribute] array<Object^>^% vContextParams
)
abstract RunWizardFile :
bstrWizFilename:string *
hwndOwner:int *
vContextParams:Object[] byref -> wizardResult
function RunWizardFile(
bstrWizFilename : String,
hwndOwner : int,
vContextParams : Object[]
) : wizardResult
參數
- bstrWizFilename
型別:System.String
精靈檔的名稱。
- hwndOwner
型別:System.Int32
視窗控制代碼的擁有人。
- vContextParams
型別:array<System.Object[]%
內容參數。
傳回值
型別:EnvDTE.wizardResult
精靈的結果。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。