Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Shows an initialization wizard or dialog for the Add/Remove wizard by calling the ShowDialog method.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
protected virtual bool OnShowInitializationWizard()
protected:
virtual bool OnShowInitializationWizard()
abstract OnShowInitializationWizard : unit -> bool
override OnShowInitializationWizard : unit -> bool
Protected Overridable Function OnShowInitializationWizard As Boolean
Return Value
Type: System.Boolean
True instructs MMC to continue adding the snap-in to the console. False instructs MMC to abort adding the snap-in to the console.
See Also
SnapIn Class
Microsoft.ManagementConsole Namespace
Return to top