DataViewManager::ITypedList::GetItemProperties Method (array<PropertyDescriptor^>^)
.NET Framework (current version)
Returns the PropertyDescriptorCollection that represents the properties on each item used to bind data.
Assembly: System.Data (in System.Data.dll)
private: virtual PropertyDescriptorCollection^ GetItemProperties( array<PropertyDescriptor^>^ listAccessors ) sealed = ITypedList::GetItemProperties
Parameters
- listAccessors
-
Type:
array<System.ComponentModel::PropertyDescriptor^>^
An array of PropertyDescriptor objects to find in the collection as bindable. This can be null.
Return Value
Type: System.ComponentModel::PropertyDescriptorCollection^The PropertyDescriptorCollection that represents the properties on each item used to bind data.
This member is an explicit interface member implementation. It can be used only when the DataViewManager instance is cast to an ITypedList interface.
.NET Framework
Available since 1.1
Available since 1.1
Show: