IVsExtensibility2.RunWizardFileEx Method

Definition

Overloads

RunWizardFileEx(String, Int32, Object[], Object[])

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

Microsoft Internal Use Only.

RunWizardFileEx(String, IntPtr, Object[], Object[])

RunWizardFileEx(String, Int32, Object[], Object[])

Microsoft Internal Use Only.

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

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

Parameters

bstrWizFilename
String
hwndOwner
Int32
vContextParams
Object[]
vCustomParams
Object[]

Returns

Applies to

RunWizardFileEx(String, IntPtr, Object[], Object[])

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

Parameters

bstrWizFilename
String
hwndOwner
IntPtr

nativeint

vContextParams
Object[]
vCustomParams
Object[]

Returns

Applies to