IVsProvideTargetedToolboxItems Interface
Visual Studio 2015
Provides toolbox items from new frameworks. Packages implement this interface (on the same object as IVsPackage) to provide toolbox content in response to the presence of new frameworks. This is used to facilitate compatibility with future out-of-band framework releases by allowing existing packages to provide updated content from new frameworks after they are installed.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
| Name | Description | |
|---|---|---|
![]() | AddNewTypesForNewFramework(String, String, IVsAddToolboxItems) | Adds new types. |
![]() | GetInstanceOfExistingTypeForNewFramework(IDataObject, String, IVsAddToolboxItems) | Passes information about the existing packages to the one being added. |
Items added by these methods must have multi-targeting metadata set using IVsDataObjectStringMapManager (specific exceptions are noted in the method descriptions).
Show:
