IVsExtensibility2.RunWizardFile 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 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

Parameters

Return Value

Type: EnvDTE.wizardResult

Implements

IVsExtensibility.RunWizardFile(String, Int32, array<Object[]%)

.NET Framework Security

See Also

Reference

IVsExtensibility2 Interface

EnvDTE80 Namespace