TypeConverter.SimplePropertyDescriptor 成员

表示一个 abstract 类,该类为没有属性的对象提供属性。

下表列出了由 TypeConverter.SimplePropertyDescriptor 类型公开的成员。

受保护的构造函数

  名称 说明
Protected method TypeConverter.SimplePropertyDescriptor 已重载。初始化 TypeConverter.SimplePropertyDescriptor 类的新实例。

页首

公共属性

(请参见 受保护的属性 )

  名称 说明
Public property Attributes  获取该成员的属性 (Attribute) 集合。(从 MemberDescriptor 继承。)
Public property Category  获取该成员所属的类别的名称,如 CategoryAttribute 中所指定的。(从 MemberDescriptor 继承。)
Public property ComponentType 已重写。获取该属性说明符绑定到的组件的类型。
Public property Converter  获取该属性的类型转换器。(从 PropertyDescriptor 继承。)
Public property Description  获取成员的说明,如 DescriptionAttribute 中所指定的。(从 MemberDescriptor 继承。)
Public property DesignTimeOnly  获取是否只能在设计时设置该成员,如 DesignOnlyAttribute 中所指定的。(从 MemberDescriptor 继承。)
Public property DisplayName  获取可以显示在窗口(如“属性”窗口)中的名称。(从 MemberDescriptor 继承。)
Public property IsBrowsable  获取一个指示该成员是否可浏览的值,如 BrowsableAttribute 中所指定的。(从 MemberDescriptor 继承。)
Public property IsLocalizable  获取指示是否应该本地化该属性的值,如 LocalizableAttribute 中所指定的值。(从 PropertyDescriptor 继承。)
Public property IsReadOnly 已重写。获取指示该属性是否为只读的值。
Public property Name  获取此成员的名称。(从 MemberDescriptor 继承。)
Public property PropertyType 已重写。获取属性的类型。
Public property SerializationVisibility  获取指示是否应该序列化该属性的值,如 DesignerSerializationVisibilityAttribute 中所指定的值。(从 PropertyDescriptor 继承。)
Public property SupportsChangeEvents  获取一个值,该值指示此属性的值更改通知是否源自属性说明符的外部。(从 PropertyDescriptor 继承。)

页首

受保护的属性

  名称 说明
Protected property AttributeArray  获取或设置属性 (Attribute) 数组。(从 MemberDescriptor 继承。)
Protected property NameHashCode  获取此成员名称的哈希代码,如 GetHashCode 中所指定的。(从 MemberDescriptor 继承。)

页首

公共方法

(请参见 受保护的方法 )

  名称 说明
Public method AddValueChanged  使其他对象在此属性更改时能得到通知。 (从 PropertyDescriptor 继承。)
Public method CanResetValue 已重写。 返回重置组件是否会更改该组件的值。
Public method Equals  已重载。 将此对象与另一个对象进行比较,看看它们是否相等。 (从 PropertyDescriptor 继承。)
Public method GetChildProperties  已重载。 返回一个 PropertyDescriptorCollection。 (从 PropertyDescriptor 继承。)
Public method GetEditor  获取指定类型的编辑器。 (从 PropertyDescriptor 继承。)
Public method GetHashCode  返回该对象的哈希代码。 (从 PropertyDescriptor 继承。)
Public method GetType  获取当前实例的 Type。 (从 Object 继承。)
Public method GetValue  当在派生类中被重写时,获取组件上的属性的当前值。 (从 PropertyDescriptor 继承。)
Public method Static ReferenceEquals  确定指定的 Object 实例是否是相同的实例。 (从 Object 继承。)
Public method RemoveValueChanged  使其他对象在此属性更改时能得到通知。 (从 PropertyDescriptor 继承。)
Public method ResetValue 已重写。 重置组件的此属性的值。
Public method SetValue  当在派生类中被重写时,将组件的值设置为一个不同的值。 (从 PropertyDescriptor 继承。)
Public method ShouldSerializeValue 已重写。 返回此属性的值是否可以持续。
Public method ToString  返回表示当前 ObjectString。 (从 Object 继承。)

页首

受保护的方法

  名称 说明
Protected method CreateAttributeCollection  使用传递到构造函数的属性 (Attribute) 数组创建属性 (Attribute) 的集合。 (从 MemberDescriptor 继承。)
Protected method CreateInstance  创建指定类型的实例。 (从 PropertyDescriptor 继承。)
Protected method FillAttributes  PropertyDescriptor 的属性添加到父类中的指定属性列表中。 (从 PropertyDescriptor 继承。)
Protected method Finalize  允许 Object 在“垃圾回收”回收 Object 之前尝试释放资源并执行其他清理操作。 (从 Object 继承。)
Protected method Static FindMethod  已重载。 通过反射查找给定的方法。 (从 MemberDescriptor 继承。)
Protected method GetInvocationTarget  此方法返回应在成员调用期间使用的对象。 (从 PropertyDescriptor 继承。)
Protected method Static GetInvokee  获取在其上调用方法的组件。 (从 MemberDescriptor 继承。)
Protected method Static GetSite  获取给定组件的组件位置。 (从 MemberDescriptor 继承。)
Protected method GetTypeFromName  返回使用其名称的类型。 (从 PropertyDescriptor 继承。)
Protected method GetValueChangedHandler  检索特定组件的 ValueChanged 事件处理程序的当前集合。 (从 PropertyDescriptor 继承。)
Protected method MemberwiseClone  创建当前 Object 的浅表副本。 (从 Object 继承。)
Protected method OnValueChanged  引发已实现的 ValueChanged 事件。 (从 PropertyDescriptor 继承。)

页首

请参见

参考

TypeConverter.SimplePropertyDescriptor 类
System.ComponentModel 命名空间
TypeConverter 类
PropertyDescriptor 类