DTEClass::LaunchWizard Method (String^, array<Object^>^)

 

This API supports the product 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)

public:
virtual wizardResult LaunchWizard(
	String^ VSZFile,
	[InAttribute] array<Object^>^% ContextParams
)

Parameters

VSZFile
Type: System::String^

The wizard file.

ContextParams
Type: array<System::Object^>^

The context parameters

Return Value

Type: EnvDTE::wizardResult

The wizard result.

Return to top
Show: