IVsToolboxDataProviderRegistry Interface
Visual Studio 2015
Registers a Toolbox data provider.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | RegisterDataProvider(IVsToolboxDataProvider, UInt32) | Registers a Toolbox data provider. |
![]() | UnregisterDataProvider(UInt32) | Unregisters the Toolbox data provider. |
IVsToolboxDataProviderRegistry provides an alternative implementation for the two methods found in IVsToolbox2. The IVsToolboxDataProviderRegistry methods are used when a VSPackage needs to register a Toolbox data provider (typically when the VSPackage is loaded) but does not need to incur the performance cost associated with preloading the entire 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.
Show:
