IVsExtensibility::RunWizardFile Method (String^, Int32, array<Object^>^)
Visual Studio 2015
This API supports the product infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
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.
Show: