IVsConfigureToolboxItem 接口

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:  Microsoft.VisualStudio(在 Microsoft.VisualStudio.dll 中)

语法

声明
<GuidAttribute("6C3E27F9-775A-456B-8D37-2D7057ABB8F1")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsConfigureToolboxItem
[GuidAttribute("6C3E27F9-775A-456B-8D37-2D7057ABB8F1")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsConfigureToolboxItem
[GuidAttribute(L"6C3E27F9-775A-456B-8D37-2D7057ABB8F1")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsConfigureToolboxItem
[<GuidAttribute("6C3E27F9-775A-456B-8D37-2D7057ABB8F1")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsConfigureToolboxItem =  interface end
public interface IVsConfigureToolboxItem

IVsConfigureToolboxItem 类型公开以下成员。

方法

  名称 说明
公共方法 ConfigureToolboxItem

页首

请参见

参考

Microsoft.VisualStudio.Shell.Interop 命名空间