IToolboxItemDiscoveryWithContext 接口

定义

提供有关可从中创建工具箱项的托管类型的信息。

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 提供此对象。 此对象仅在程序集枚举完成后卸载的辅助应用域中使用。

属性

AdditionalAssemblyPaths

获取用于搜索工具箱项的其他程序集路径的集合。

方法

GetItemInfo(IToolboxType, ToolboxItemDiscoveryContext)

返回对应于给定类型的 IToolboxItemInfo。

适用于