您要查找的是不是:
- Associates a type or type member with a type converter. 使类型或类型成员与类型转换器关联。
- Provides a type converter to convert data for an image index to and from a string. 提供在图像索引数据与字符串之间实现互相转换的类型转换器。
- Provides a type converter to convert data for an resource reference to and from a string. 提供在资源引用数据与字符串之间实现互相转换的类型转换器。
- Provides a type converter to convert 32-bit signed integer objects to and from data source control cache duration representations. 提供能将32位有符号整数对象与数据源控件缓存持续时间表示形式相互转换的类型转换器。
- Provides a type converter to convert double-precision, floating point number objects to and from various other representations. 提供将双精度浮点数字对象与各种其他表示形式相互转换的类型转换器。
- Provides a type converter to convert single-precision, floating point number objects to and from various other representations. 提供将单精度浮点数字对象与各种其他表示形式相互转换的类型转换器。
- A type converter can also provide logic to enable configuration of a property within a property browser at design time. 类型转换器还可提供逻辑,以便在设计时能够在属性浏览器内配置属性。
- A type converter can provide a list of values for a type in a Properties window control. 类型转换器可以为“属性”窗口控件中的类型提供一个值列表。
- Design-time support can be provided for a custom type only if it has a type converter defined for it. 只能为已定义了类型转换器的自定义类型提供设计时支持。
- The example type converter supports properties of integer type with which it has been associated. 示例类型转换器支持与其关联的integer类型的属性。
- The following code fragment associates a type converter and a UI type editor with the property Value. 以下代码片段将类型转换器和UI类型编辑器与属性Value相关联。
- Provides a type converter for a property representing the field name of a bound column field in a. 控件中绑定列字段的字段名称的属性提供类型转换器。
- Provides a type converter that can retrieve a list of data sources accessible to the current component. 提供类型转换器,可检索当前组件所能访问的数据源的列表。
- Common data types are associated with default type converters that convert values into strings and strings into the appropriate data types. 常见数据类型与默认类型转换器(将数值转换为字符串,并将字符串转换为相应数据类型)相关联。
- The primary mechanisms of extending design-time support fall within the following categories: designers, type converters, and UI type editors. 扩展设计时支持的主要机制可分为以下几类:设计器、类型转换器和UI类型编辑器。
- The following code example implements a type converter that converts a String type into a Point type and a Point into a String. 下面的代码示例实现了一个类型转换器,该转换器可以将String类型转换为Point类型,将Point转换为String。
- The following example implements a type converter that can generate constructor-based property initialization code for properties of type Point. 下面的示例实现了一个类型转换器,该转换器可以为类型Point的属性生成基于构造函数的属性初始化代码。
- Provides a type converter that can retrieve a list of the hierarchical data sources that are accessible to the current component. 提供类型转换器,可检索当前组件所能访问的分层数据源的列表。
- Type converters and UI type editors are used both at design time and at run time, while designers are used only at design time. 类型转换器和UI类型编辑器在设计时和运行时都可使用,而设计器只能在设计时使用。
- Each data-source property throughout the.NET Framework needs to have identical metadata for type converters and user interface (UI) type editors. 整个.;NET Framework中的各个数据源属性都需要为类型转换器和用户界面(UI)类型编辑器提供相同的元数据。