IVsExtensibility::RunWizardFile Method (String^, Int32, array<Object^>^)

 

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

Microsoft Internal Use Only.

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

wizardResult RunWizardFile(
	String^ bstrWizFilename,
	int hwndOwner,
	[InAttribute] array<Object^>^% vContextParams
)

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.

Return to top
Show: