IVsExtensibility.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, 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
The name of the wizard file.
- hwndOwner
- Int32
The owner of the window handle.
- vContextParams
- Object[]
The context parameters.
Returns
The wizard result.
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[]