IInstalledToolboxItemInfo 接口

定义

提供有关现有工具箱项的信息。

public interface class IInstalledToolboxItemInfo
public interface class IInstalledToolboxItemInfo
__interface IInstalledToolboxItemInfo
public interface IInstalledToolboxItemInfo
type IInstalledToolboxItemInfo = interface
Public Interface IInstalledToolboxItemInfo
派生

注解

由包实现并通过 IToolboxItemCreator 提供。 GetItemInfo。

属性

AssemblyName

获取项的程序集名称。

CustomProperties

获取显示在对话框的 "自定义" 列中的字符串; 如果不需要自定义属性,则为 null。

TypeName

获取项的完整分层类型名称, (不包括程序集名称) 。

适用于