TypeDescriptor.GetProperties 方法
返回组件或类型的属性 (Property) 的集合。
重载列表
名称 | 说明 |
---|---|
TypeDescriptor.GetProperties (Object) | 返回指定组件的属性 (Property) 的集合。 由 .NET Compact Framework 支持。 |
TypeDescriptor.GetProperties (Type) | 返回指定类型组件的属性 (Property) 的集合。 由 .NET Compact Framework 支持。 |
TypeDescriptor.GetProperties (Object, Attribute[]) | 通过将指定的属性 (Attribute) 数组用作筛选器来返回指定组件的属性 (Property) 的集合。 |
TypeDescriptor.GetProperties (Object, Boolean) | 使用默认类型说明符来返回指定组件的属性 (Property) 的集合。 由 .NET Compact Framework 支持。 |
TypeDescriptor.GetProperties (Type, Attribute[]) | 通过将指定的属性 (Attribute) 数组用作筛选器来返回指定类型组件的属性 (Property) 的集合。 |
TypeDescriptor.GetProperties (Object, Attribute[], Boolean) | 通过将指定的属性 (Attribute) 数组用作筛选器并使用自定义类型说明符来返回指定组件的属性 (Property) 的集合。 |
请参见
参考
TypeDescriptor 类
TypeDescriptor 成员
System.ComponentModel 命名空间
PropertyDescriptor 类
PropertyDescriptorCollection 类
System.ComponentModel.CustomTypeDescriptor.GetProperties
GetDefaultProperty
CreateProperty
GetAttributes
GetEvents