IToolboxItemDiscoveryWithContext.GetItemInfo 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回對應至指定類型的 IToolboxItemInfo。
public:
Microsoft::VisualStudio::Shell::IToolboxItemInfo ^ GetItemInfo(Microsoft::VisualStudio::Shell::IToolboxType ^ type, Microsoft::VisualStudio::Shell::ToolboxItemDiscoveryContext context);
public:
Microsoft::VisualStudio::Shell::IToolboxItemInfo ^ GetItemInfo(Microsoft::VisualStudio::Shell::IToolboxType ^ type, Microsoft::VisualStudio::Shell::ToolboxItemDiscoveryContext context);
Microsoft::VisualStudio::Shell::IToolboxItemInfo GetItemInfo(Microsoft::VisualStudio::Shell::IToolboxType const & type, Microsoft::VisualStudio::Shell::ToolboxItemDiscoveryContext context);
public Microsoft.VisualStudio.Shell.IToolboxItemInfo GetItemInfo (Microsoft.VisualStudio.Shell.IToolboxType type, Microsoft.VisualStudio.Shell.ToolboxItemDiscoveryContext context);
abstract member GetItemInfo : Microsoft.VisualStudio.Shell.IToolboxType * Microsoft.VisualStudio.Shell.ToolboxItemDiscoveryContext -> Microsoft.VisualStudio.Shell.IToolboxItemInfo
Public Function GetItemInfo (type As IToolboxType, context As ToolboxItemDiscoveryContext) As IToolboxItemInfo
參數
- type
- IToolboxType
類型。
- context
- ToolboxItemDiscoveryContext
內容。
傳回
此類型的相關信息,如果類型不是這個提供者所辨識的有效工具箱控件類型,則為 null。
備註
這個方法應該檢查自變數的類型 type
,是否需要根據類型來源提供不同的資訊 (,例如擴充功能 SDK) 。 請參閱衍生自 IToolboxType 的 IToolbox*Type 介面。
這個方法可以在背景線程上呼叫。