IVsToolboxItemDiscoveryRegistrar::RegisterItemDiscovery Method (Type^, IToolboxItemDiscoveryFactory^)
Visual Studio 2015
Registers a factory that can supply toolbox items corresponding to managed types.
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
Parameters
- itemType
-
Type:
System::Type^
A type that must match the discoveryType argument to ProvideToolboxItemDiscoveryAttribute.
- factory
-
Type:
Microsoft.VisualStudio.Shell::IToolboxItemDiscoveryFactory^
The factory to be registered.
Show: