ITypedList.GetItemProperties 方法

返回表示用于绑定数据的每项上属性的 PropertyDescriptorCollection

**命名空间:**System.ComponentModel
**程序集:**System(在 system.dll 中)

语法

声明
Function GetItemProperties ( _
    listAccessors As PropertyDescriptor() _
) As PropertyDescriptorCollection
用法
Dim instance As ITypedList
Dim listAccessors As PropertyDescriptor()
Dim returnValue As PropertyDescriptorCollection

returnValue = instance.GetItemProperties(listAccessors)
PropertyDescriptorCollection GetItemProperties (
    PropertyDescriptor[] listAccessors
)
PropertyDescriptorCollection^ GetItemProperties (
    array<PropertyDescriptor^>^ listAccessors
)
PropertyDescriptorCollection GetItemProperties (
    PropertyDescriptor[] listAccessors
)
function GetItemProperties (
    listAccessors : PropertyDescriptor[]
) : PropertyDescriptorCollection

参数

  • listAccessors
    要在集合中查找的可绑定的 PropertyDescriptor 对象的数组。它可以是 空引用(在 Visual Basic 中为 Nothing)。

返回值

表示用于绑定数据的每项上属性的 PropertyDescriptorCollection

备注

如果 listAccessors 参数不为 空引用(在 Visual Basic 中为 Nothing),它通常包含一个属性说明符,该属性说明符标识一个容器列表,用以检索实现 ITypedList 的对象。例如,一个 DataSet 包含两个表(myCustomersmyOrders)及它们之间的关系,名为 myCustOrders。如果您创建 DataView 对象来查看 myCustomers,则使用 空引用(在 Visual Basic 中为 Nothing) 调用 GetItemProperties 方法时将返回 myCustomers 中列的属性描述符。因此,所返回的属性描述符之一是 myCustOrders 的属性描述符,就像用包含 myCustOrders 的属性描述符的列表访问器数组来调用 GetItemProperties 方法时将返回 myOrders 的属性描述符一样。

平台

Windows 98、Windows 2000 SP4、Windows CE、Windows Millennium Edition、Windows Mobile for Pocket PC、Windows Mobile for Smartphone、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition

.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求

版本信息

.NET Framework

受以下版本支持:2.0、1.1、1.0

.NET Compact Framework

受以下版本支持:2.0、1.0

请参见

参考

ITypedList 接口
ITypedList 成员
System.ComponentModel 命名空间