IToolboxItemInfo 接口

定义

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

public interface class IToolboxItemInfo
public interface class IToolboxItemInfo
__interface IToolboxItemInfo
public interface IToolboxItemInfo
type IToolboxItemInfo = interface
Public Interface IToolboxItemInfo

注解

由包实现,并通过 IToolboxItemDiscovery.GetItemInfo 提供。

属性

DisplayName

获取工具箱项的显示名称。

ExtraInfo

获取名称/值对的集合,如果用户选择创建项,这些名称/值对将传递给 IToolboxItemCreator.CreateToolboxItem。

Icon

获取工具箱项的图标,作为文件路径、字节数组、位图或 IntPtr。

TransparentColor

获取将在工具箱图像中呈现为透明的背景色。 这可能是 System.Drawing.Color 或 System.Windows.Media.Color。 任何其他类型或 null 值都将导致引发异常。

方法

GetPropertyValue(String)

给定属性 ID 后,返回此项的相应值。

适用于