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

See Also

Reference

IVsProvideTargetedToolboxItems Members

Microsoft.VisualStudio.Shell.Interop Namespace