IVsToolbox6::ResetToolbox Method (Boolean)
Visual Studio 2015
Resets the toolbox to its default state, discarding all user customizations.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Parameters
- promptUser
-
Type:
System::Boolean
[in] Specifies whether to prompt the user before resetting the toolbox to its default state. If this parameter is true, the user will be given an option to cancel the reset first.
Return Value
Type: Microsoft.VisualStudio.Shell.Interop::IVsTask^Toolbox reset might be asynchronous, so this method returns quickly with the pending portion of the work. If null, the reset completed synchronously.
Show: