IVsToolboxItemDiscoveryRegistrar 接口

定义

由服务 SVsToolboxItemDiscoveryRegistrar 实现,由 shell 提供。 希望从托管类型提供工具箱项的包在加载时应调用 RegisterItemDiscovery。 派生自 Microsoft.VisualStudio.Shell.Package 的包默认从其基类获取此行为。 在这种情况下,对象的行为由提供给 ProvideToolboxItemDiscoveryAttribute 的参数控制。

public interface class IVsToolboxItemDiscoveryRegistrar
public interface class IVsToolboxItemDiscoveryRegistrar
__interface IVsToolboxItemDiscoveryRegistrar
[System.Runtime.InteropServices.Guid("8F0D4E82-FB37-4433-8296-736A43D6FC4C")]
public interface IVsToolboxItemDiscoveryRegistrar
[<System.Runtime.InteropServices.Guid("8F0D4E82-FB37-4433-8296-736A43D6FC4C")>]
type IVsToolboxItemDiscoveryRegistrar = interface
Public Interface IVsToolboxItemDiscoveryRegistrar
属性

注解

如果希望包提供托管类型的工具箱项,则应在加载时调用 RegisterItemDiscovery 它们。 派生自 Microsoft.VisualStudio.Shell.Package 的包默认从其基类获取此行为。 在这种情况下,对象的行为由提供给 的参数控制 ProvideToolboxItemDiscoveryAttribute

方法

RegisterItemDiscovery(Type, IToolboxItemDiscoveryFactory)

注册可提供与托管类型对应的工具箱项的工厂。

适用于