Share via


IVsExtensibility2.RunWizardFileEx Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

Syntax

'Declaration
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

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsExtensibility2 Interface

EnvDTE80 Namespace