Share via


IVsExtensibility2.RunWizardFile Method

Definition

Overloads

RunWizardFile(String, Int32, Object[])

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

Microsoft Internal Use Only.

RunWizardFile(String, IntPtr, Object[])

RunWizardFile(String, Int32, Object[])

Microsoft Internal Use Only.

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

public:
 EnvDTE::wizardResult RunWizardFile(System::String ^ bstrWizFilename, int hwndOwner, cli::array <System::Object ^> ^ % vContextParams);
EnvDTE::wizardResult RunWizardFile(std::wstring const & bstrWizFilename, int hwndOwner, std::Array <winrt::Windows::Foundation::IInspectable const &> const & & vContextParams);
public EnvDTE.wizardResult RunWizardFile (string bstrWizFilename, int hwndOwner, ref object[] vContextParams);
abstract member RunWizardFile : string * int * Object[] -> EnvDTE.wizardResult
Public Function RunWizardFile (bstrWizFilename As String, hwndOwner As Integer, ByRef vContextParams As Object()) As wizardResult

Parameters

bstrWizFilename
String
hwndOwner
Int32
vContextParams
Object[]

Returns

Implements

Applies to

RunWizardFile(String, IntPtr, Object[])

public:
 EnvDTE::wizardResult RunWizardFile(System::String ^ bstrWizFilename, IntPtr hwndOwner, cli::array <System::Object ^> ^ % vContextParams);
public EnvDTE.wizardResult RunWizardFile (string bstrWizFilename, IntPtr hwndOwner, ref object[] vContextParams);
abstract member RunWizardFile : string * nativeint * Object[] -> EnvDTE.wizardResult
Public Function RunWizardFile (bstrWizFilename As String, hwndOwner As IntPtr, ByRef vContextParams As Object()) As wizardResult

Parameters

bstrWizFilename
String
hwndOwner
IntPtr

nativeint

vContextParams
Object[]

Returns

Implements

Applies to