DTEClass.LaunchWizard(String, Object[]) 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.
For more information on this method, refer to LaunchWizard(String, Object[]).
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
virtual EnvDTE::wizardResult LaunchWizard(System::String ^ VSZFile, cli::array <System::Object ^> ^ % ContextParams) = EnvDTE::_DTE::LaunchWizard;
virtual EnvDTE::wizardResult LaunchWizard(std::wstring const & VSZFile, std::Array <winrt::Windows::Foundation::IInspectable const &> const & & ContextParams);
[System.Runtime.InteropServices.DispId(232)]
public virtual EnvDTE.wizardResult LaunchWizard (string VSZFile, ref object[] ContextParams);
[<System.Runtime.InteropServices.DispId(232)>]
abstract member LaunchWizard : string * Object[] -> EnvDTE.wizardResult
override this.LaunchWizard : string * Object[] -> EnvDTE.wizardResult
Public Overridable Function LaunchWizard (VSZFile As String, ByRef ContextParams As Object()) As wizardResult
Parameters
- VSZFile
- String
The wizard file.
- ContextParams
- Object[]
The context parameters
Returns
The wizard result.
Implements
- Attributes