IVsExtensibility2.RunWizardFileEx Method
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.
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[]) |
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);
C++/WinRT
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
Visual Studio SDK 2019 and other versions
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019 |
C++
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
Visual Studio SDK 2022
Product | Versions |
---|---|
Visual Studio SDK | 2022 |