IToolboxItemDiscovery.GetItemInfo(IToolboxType) 方法

定义

返回与给定类型对应的 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 接口。

可以在后台线程上调用此方法。

适用于