IVsProvideTargetedToolboxItems Interface
Provide toolbox from new frameworks. This allows existing packages to provide updated content from new frameworks.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaración
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("CDF20EE2-B038-42EA-AA42-E1CAAFFCDCA5")> _
Public Interface IVsProvideTargetedToolboxItems
'Uso
Dim instance As IVsProvideTargetedToolboxItems
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("CDF20EE2-B038-42EA-AA42-E1CAAFFCDCA5")]
public interface IVsProvideTargetedToolboxItems
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"CDF20EE2-B038-42EA-AA42-E1CAAFFCDCA5")]
public interface class IVsProvideTargetedToolboxItems
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("CDF20EE2-B038-42EA-AA42-E1CAAFFCDCA5")>]
type IVsProvideTargetedToolboxItems = interface end
public interface IVsProvideTargetedToolboxItems
Remarks
Items added by these methods must have the multi-targeting metadata (specified above) set using [IVsDataObjectStringMapManager].