PagedDataSource.GetItemProperties(PropertyDescriptor[]) Yöntem

Tanım

PropertyDescriptorCollectionVeri bağlamak için kullanılan her öğe üzerindeki özellikleri temsil eden öğesini döndürür.

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

Parametreler

listAccessors
PropertyDescriptor[]

PropertyDescriptorDöndürülen liste adını içeren bir nesne dizisi. Bu, olabilir null .

Döndürülenler

PropertyDescriptorCollection

PropertyDescriptorCollectionBu, veri bağlamak için kullanılan her öğe üzerindeki özellikleri temsil eder.

Uygulamalar

Açıklamalar

GetItemProperties System.ComponentModel.PropertyDescriptorCollection Veri bağlamak için kullanılan her öğe üzerindeki özellikleri temsil eden bir oluşturmak için yöntemini kullanın. DataSourceÖzellik null System.ComponentModel.ITypedList uygulanan veya uygulanmış bir nesne değilse, null döndürülür. Yöntemi hakkında daha fazla bilgi için GetItemProperties bkz ITypedList.GetItemProperties ..

Şunlara uygulanır

Ayrıca bkz.