IVsToolbox6::ResetToolbox Method (Boolean)

 

Resets the toolbox to its default state, discarding all user customizations.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

IVsTask^ ResetToolbox(
	bool promptUser
)

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.

Return to top
Show: