共用方式為


IVsExtensibility.RunWizardFile 方法

這個應用程式開發介面支援 .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
    類型:String

    精靈檔的名稱。

  • hwndOwner
    類型:Int32

    視窗控制代碼的擁有人。

  • vContextParams
    類型:array<Object[]%

    內容參數。

傳回值

類型:EnvDTE.wizardResult
精靈的結果。

.NET Framework 安全性

請參閱

參考

IVsExtensibility 介面

EnvDTE 命名空間