PagedDataSource.GetItemProperties(PropertyDescriptor[]) Metodo

Definizione

Restituisce l'oggetto PropertyDescriptorCollection che rappresenta le proprietà di ogni elemento usato per associare i 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 contenente il nome elenco restituito. Può essere null.

Restituisce

L'oggetto PropertyDescriptorCollection che rappresenta le proprietà di ogni elemento usato per associare i dati.

Implementazioni

Commenti

Utilizzare il GetItemProperties metodo per creare un System.ComponentModel.PropertyDescriptorCollection oggetto che rappresenta le proprietà di ogni elemento utilizzato per associare i dati. Se la DataSource proprietà è null o non è un System.ComponentModel.ITypedList oggetto implementato, null viene restituito . Per altre informazioni sul GetItemProperties metodo , vedere ITypedList.GetItemProperties.

Si applica a

Vedi anche