IToolboxItemDiscoveryWithContext 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供可從中建立工具箱專案之 Managed 型別的相關信息。
public interface class IToolboxItemDiscoveryWithContext
public interface class IToolboxItemDiscoveryWithContext
__interface IToolboxItemDiscoveryWithContext
public interface IToolboxItemDiscoveryWithContext
type IToolboxItemDiscoveryWithContext = interface
Public Interface IToolboxItemDiscoveryWithContext
備註
由套件實作,並從 IToolboxItemDiscoveryFactory.CreateItemDiscovery 實作。 衍生自 Microsoft.VisualStudio.Shell.Package 的套件會透過 discoveryType 自變數提供此物件給 ProvideToolboxItemDiscoveryAttribute。 這個物件只會用在元件列舉完成之後卸除的次要 appdomain 中。
屬性
AdditionalAssemblyPaths |
取得其他元件路徑的集合,以搜尋工具箱專案。 |
方法
GetItemInfo(IToolboxType, ToolboxItemDiscoveryContext) |
傳回對應至指定類型的 IToolboxItemInfo。 |