IVsProvideTargetedToolboxItems Interface
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'宣告
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("CDF20EE2-B038-42EA-AA42-E1CAAFFCDCA5")> _
Public Interface IVsProvideTargetedToolboxItems
'用途
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