CollectionEditor.CollectionForm.Items 속성

정의

이 폼에서 표시할 항목 배열을 가져오거나 설정합니다.

protected:
 property cli::array <System::Object ^> ^ Items { cli::array <System::Object ^> ^ get(); void set(cli::array <System::Object ^> ^ value); };
protected object[] Items { get; set; }
member this.Items : obj[] with get, set
Protected Property Items As Object()

속성 값

Object[]

이 폼에서 표시할 개체 배열입니다.

설명

기본 구현에서 항목의 현재 집합을 검색 합니다 Item 컬렉션의 속성입니다.

적용 대상