IVsExtensibility2.RunWizardFileEx 方法

這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。

僅限 Microsoft 內部使用。

命名空間:  EnvDTE80
組件:  EnvDTE80 (在 EnvDTE80.dll 中)

語法

'宣告
Function RunWizardFileEx ( _
    bstrWizFilename As String, _
    hwndOwner As Integer, _
    ByRef vContextParams As Object(), _
    ByRef vCustomParams As Object() _
) As Integer
int RunWizardFileEx(
    string bstrWizFilename,
    int hwndOwner,
    ref Object[] vContextParams,
    ref Object[] vCustomParams
)
int RunWizardFileEx(
    [InAttribute] String^ bstrWizFilename, 
    [InAttribute] int hwndOwner, 
    [InAttribute] array<Object^>^% vContextParams, 
    [InAttribute] array<Object^>^% vCustomParams
)
abstract RunWizardFileEx : 
        bstrWizFilename:string * 
        hwndOwner:int * 
        vContextParams:Object[] byref * 
        vCustomParams:Object[] byref -> int 
function RunWizardFileEx(
    bstrWizFilename : String, 
    hwndOwner : int, 
    vContextParams : Object[], 
    vCustomParams : Object[]
) : int

參數

傳回值

型別:System.Int32

.NET Framework 安全性

請參閱

參考

IVsExtensibility2 介面

EnvDTE80 命名空間