IToolboxItemDiscovery.GetItemInfo(IToolboxType) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回与给定类型对应的 IToolboxItemInfo。
public:
Microsoft::VisualStudio::Shell::IToolboxItemInfo ^ GetItemInfo(Microsoft::VisualStudio::Shell::IToolboxType ^ type);
public:
Microsoft::VisualStudio::Shell::IToolboxItemInfo ^ GetItemInfo(Microsoft::VisualStudio::Shell::IToolboxType ^ type);
Microsoft::VisualStudio::Shell::IToolboxItemInfo GetItemInfo(Microsoft::VisualStudio::Shell::IToolboxType const & type);
public Microsoft.VisualStudio.Shell.IToolboxItemInfo GetItemInfo (Microsoft.VisualStudio.Shell.IToolboxType type);
abstract member GetItemInfo : Microsoft.VisualStudio.Shell.IToolboxType -> Microsoft.VisualStudio.Shell.IToolboxItemInfo
Public Function GetItemInfo (type As IToolboxType) As IToolboxItemInfo
参数
- type
- IToolboxType
有效的工具箱控件类型。
返回
有关此类型的信息;如果类型不是此提供程序识别的有效工具箱控件类型,则为 null。
注解
如果此方法需要根据类型 (的源(例如扩展 SDK) )提供不同的信息,则此方法应检查 type
参数的类型。 请参阅派生自 IToolboxType 的 IToolbox*Type 接口。
可以在后台线程上调用此方法。