IVsExtensibility3.RunWizardFile 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
RunWizardFile(String, Int32, Array, Int32) | |
RunWizardFile(String, IntPtr, Array, Int32) |
RunWizardFile(String, Int32, Array, Int32)
public:
int RunWizardFile(System::String ^ bstrWizFilename, int hwndOwner, Array ^ % vContextParams, [Runtime::InteropServices::Out] int % pResult);
public int RunWizardFile (string bstrWizFilename, int hwndOwner, ref Array vContextParams, out int pResult);
abstract member RunWizardFile : string * int * Array * int -> int
Public Function RunWizardFile (bstrWizFilename As String, hwndOwner As Integer, ByRef vContextParams As Array, ByRef pResult As Integer) As Integer
Parameters
- bstrWizFilename
- String
- hwndOwner
- Int32
- vContextParams
- Array
- pResult
- Int32
Returns
Applies to
RunWizardFile(String, IntPtr, Array, Int32)
public:
int RunWizardFile(System::String ^ bstrWizFilename, IntPtr hwndOwner, Array ^ % vContextParams, [Runtime::InteropServices::Out] int % pResult);
public int RunWizardFile (string bstrWizFilename, IntPtr hwndOwner, ref Array vContextParams, out int pResult);
abstract member RunWizardFile : string * nativeint * Array * int -> int
Public Function RunWizardFile (bstrWizFilename As String, hwndOwner As IntPtr, ByRef vContextParams As Array, ByRef pResult As Integer) As Integer
Parameters
- bstrWizFilename
- String
- hwndOwner
-
IntPtr
nativeint
- vContextParams
- Array
- pResult
- Int32