VCWizCtlClass.ShowWiz 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.
Displays the wizard if it has a UI.
public:
virtual void ShowWiz() = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::ShowWiz;
public:
virtual void ShowWiz() = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::ShowWiz;
virtual void ShowWiz();
[System.Runtime.InteropServices.DispId(1610743817)]
public virtual void ShowWiz ();
[<System.Runtime.InteropServices.DispId(1610743817)>]
abstract member ShowWiz : unit -> unit
override this.ShowWiz : unit -> unit
Public Overridable Sub ShowWiz ()
Implements
- Attributes
Remarks
Wizard will not display if Wizard_UI is false
.