ProvideToolboxItemsAttribute::NeedsCallBackAfterReset Property
Visual Studio 2015
Gets or sets whether the ToolboxInitialized event should be raised after each toolbox reset.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Property Value
Type: System::Booleantrue if the ToolboxInitialized event should be raised after each toolbox reset, otherwise false.
This setting can be used when developing your package to force the toolbox to query the list of items to the package every time it is reset, in case something has changed. For shipped products, it is best to leave the setting to false so that the cache can be used for better performances. Some scenario (such as item lists that cannot be persisted to the cache) may need to have this flag set to true.
Show: