IVsToolboxDataProviderRegistry Interface
Registers a Toolbox data provider..
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in microsoft.visualstudio.shell.interop.8.0.dll)
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in microsoft.visualstudio.shell.interop.8.0.dll)
IVsToolboxDataProviderRegistry provides an alternative implementation for the two methods found in IVsToolbox2. The IVsToolboxDataProviderRegistry methods are used when a VSPackage must register a Toolbox data provider (typically when the VSPackage is loaded), but does not have to incur the performance cost that is associated with preloading all of the Toolbox itself.
Notes to Callers Called by VS Packages that want to register a Toolbox data provider without incurring the performance cost of preloading the Toolbox itself.