DTEClass.LaunchWizard Method

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

For more information on this method, refer to LaunchWizard.

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

Syntax

'Declaration
Public Overridable Function LaunchWizard ( _
    VSZFile As String, _
    ByRef ContextParams As Object() _
) As wizardResult
public virtual wizardResult LaunchWizard(
    string VSZFile,
    ref Object[] ContextParams
)
public:
virtual wizardResult LaunchWizard(
    [InAttribute] String^ VSZFile, 
    [InAttribute] array<Object^>^% ContextParams
)
abstract LaunchWizard : 
        VSZFile:string * 
        ContextParams:Object[] byref -> wizardResult 
override LaunchWizard : 
        VSZFile:string * 
        ContextParams:Object[] byref -> wizardResult 
public function LaunchWizard(
    VSZFile : String, 
    ContextParams : Object[]
) : wizardResult

Parameters

  • ContextParams
    Type: array<System.Object[]%
    The context parameters

Return Value

Type: EnvDTE.wizardResult
The wizard result.

Implements

_DTE.LaunchWizard(String, array<Object[]%)

.NET Framework Security

See Also

Reference

DTEClass Class

EnvDTE Namespace