DesignerWindowPane.GetToolboxItemSupported 方法

确定特定数据对象是否由设计器支持。

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

语法

声明
Protected Overridable Function GetToolboxItemSupported ( _
    toolboxItem As IDataObject _
) As Boolean
protected virtual bool GetToolboxItemSupported(
    IDataObject toolboxItem
)

参数

返回值

类型:System.Boolean
true ; 如果该数据对象表示一个支持的工具箱项。

异常

异常 条件
ArgumentNullException

toolboxItem 为 nullnull 引用(在 Visual Basic 中为 Nothing)。

备注

此方法调用,则应启用工具箱项的 Visual Studio 需要计算。默认实现搜索服务提供程序 IVsToolboxUser 接口和委托。如果找不到 IVsToolboxUser 接口,则将搜索服务提供程序 IToolboxService 并调用 IsSupported

.NET Framework 安全性

请参见

参考

DesignerWindowPane 类

Microsoft.VisualStudio.Shell.Design 命名空间

IToolboxService

IsSupported