ReadOnlyLinkedElementCollection<T>.ITypedList.GetItemProperties Method

Definition

Returns a complete set of browsable properties for the item type of the collection. If real items exists in the collection, then replace the reflective ones with IMS ones where possible to allow transacted updates through them.

 virtual System::ComponentModel::PropertyDescriptorCollection ^ System.ComponentModel.ITypedList.GetItemProperties(cli::array <System::ComponentModel::PropertyDescriptor ^> ^ listAccessors) = System::ComponentModel::ITypedList::GetItemProperties;
System.ComponentModel.PropertyDescriptorCollection ITypedList.GetItemProperties (System.ComponentModel.PropertyDescriptor[] listAccessors);
abstract member System.ComponentModel.ITypedList.GetItemProperties : System.ComponentModel.PropertyDescriptor[] -> System.ComponentModel.PropertyDescriptorCollection
override this.System.ComponentModel.ITypedList.GetItemProperties : System.ComponentModel.PropertyDescriptor[] -> System.ComponentModel.PropertyDescriptorCollection
Function GetItemProperties (listAccessors As PropertyDescriptor()) As PropertyDescriptorCollection Implements ITypedList.GetItemProperties

Parameters

listAccessors
PropertyDescriptor[]

An array of PropertyDescriptors used to decide which which properties to return.

Returns

A collection of PropertyDescriptor objects that describe the items in the list.

Implements

Applies to