Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- VSZFile
Type: System.String
The wizard file.
- 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.