IVsToolboxItemProvider Interface
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'宣告
<GuidAttribute("F2F94425-E001-4C4D-816C-70202E9A594C")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsToolboxItemProvider
'用途
Dim instance As IVsToolboxItemProvider
[GuidAttribute("F2F94425-E001-4C4D-816C-70202E9A594C")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsToolboxItemProvider
[GuidAttribute(L"F2F94425-E001-4C4D-816C-70202E9A594C")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsToolboxItemProvider
[<GuidAttribute("F2F94425-E001-4C4D-816C-70202E9A594C")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsToolboxItemProvider = interface end
public interface IVsToolboxItemProvider