IVsExtensibility.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:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.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

  • bstrWizFilename
    Type: System.String
    The name of the wizard file.
  • hwndOwner
    Type: System.Int32
    The owner of the window handle.
  • vContextParams
    Type: array<System.Object[]%
    The context parameters.

Return Value

Type: EnvDTE.wizardResult
The wizard result.

.NET Framework Security

See Also

Reference

IVsExtensibility Interface

EnvDTE Namespace