Condividi tramite


ListViewPagedDataSource.GetItemProperties(PropertyDescriptor[]) Metodo

Definizione

Restituisce un oggetto PropertyDescriptorCollection che rappresenta le proprietà utilizzate per l'associazione dei dati.

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

Parametri

listAccessors
PropertyDescriptor[]

Matrice di oggetti PropertyDescriptor da individuare come associabili nella raccolta. Può essere null.

Restituisce

Oggetto PropertyDescriptorCollection che rappresenta le proprietà utilizzate per l'associazione dei dati.

Implementazioni

Commenti

Utilizzare il GetItemProperties metodo per ottenere un System.ComponentModel.PropertyDescriptorCollection oggetto che rappresenta le proprietà usate per associare i dati. Il GetItemProperties metodo chiama il ITypedList.GetItemProperties metodo dell'oggetto origine dati sottostante. Se la proprietà è null o non implementa l'interfaccia DataSourceSystem.ComponentModel.ITypedList, null viene restituita.

Si applica a

Vedi anche