DataView.ITypedList.GetItemProperties(PropertyDescriptor[]) Method

Definition

For a description of this member, see GetItemProperties(PropertyDescriptor[]).

 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);
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 PropertyDescriptor objects to find in the collection as bindable. This can be null.

Returns

The PropertyDescriptorCollection that represents the properties on each item used to bind data.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the DataView instance is cast to an ITypedList interface.

Applies to