IVsExtensibility3.RunWizardFileEx Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RunWizardFileEx(String, Int32, Array, Array, Int32) | |
RunWizardFileEx(String, IntPtr, Array, Array, Int32) |
RunWizardFileEx(String, Int32, Array, Array, Int32)
public:
int RunWizardFileEx(System::String ^ bstrWizFilename, int hwndOwner, Array ^ % vContextParams, Array ^ % vCustomParams, [Runtime::InteropServices::Out] int % pResult);
public int RunWizardFileEx (string bstrWizFilename, int hwndOwner, ref Array vContextParams, ref Array vCustomParams, out int pResult);
abstract member RunWizardFileEx : string * int * Array * Array * int -> int
Public Function RunWizardFileEx (bstrWizFilename As String, hwndOwner As Integer, ByRef vContextParams As Array, ByRef vCustomParams As Array, ByRef pResult As Integer) As Integer
Parameters
- bstrWizFilename
- String
- hwndOwner
- Int32
- vContextParams
- Array
- vCustomParams
- Array
- pResult
- Int32
Returns
Applies to
RunWizardFileEx(String, IntPtr, Array, Array, Int32)
public:
int RunWizardFileEx(System::String ^ bstrWizFilename, IntPtr hwndOwner, Array ^ % vContextParams, Array ^ % vCustomParams, [Runtime::InteropServices::Out] int % pResult);
public int RunWizardFileEx (string bstrWizFilename, IntPtr hwndOwner, ref Array vContextParams, ref Array vCustomParams, out int pResult);
abstract member RunWizardFileEx : string * nativeint * Array * Array * int -> int
Public Function RunWizardFileEx (bstrWizFilename As String, hwndOwner As IntPtr, ByRef vContextParams As Array, ByRef vCustomParams As Array, ByRef pResult As Integer) As Integer
Parameters
- bstrWizFilename
- String
- hwndOwner
-
IntPtr
nativeint
- vContextParams
- Array
- vCustomParams
- Array
- pResult
- Int32