ListViewPagedDataSource.GetItemProperties(PropertyDescriptor[]) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
데이터를 바인딩하는 데 사용되는 속성을 나타내는 PropertyDescriptorCollection 개체를 반환합니다.
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
매개 변수
- listAccessors
- PropertyDescriptor[]
컬렉션에서 찾을 바인딩 가능한 PropertyDescriptor 개체의 배열입니다. 이 매개 변수는 null
이 될 수 있습니다.
반환
데이터를 바인딩하는 데 사용되는 속성을 나타내는 PropertyDescriptorCollection 개체입니다.
구현
설명
사용 합니다 GetItemProperties 메서드를 System.ComponentModel.PropertyDescriptorCollection 데이터를 바인딩하는 데 사용 되는 속성을 나타내는 개체입니다. 합니다 GetItemProperties 메서드 호출을 ITypedList.GetItemProperties 기본 데이터 원본 개체의 메서드. 경우는 DataSource 속성은 null
않거나 구현 하지 않는 합니다 System.ComponentModel.ITypedList 인터페이스를 null
반환 됩니다.
적용 대상
추가 정보
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET