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 속성에서 항목의 현재 집합을 검색합니다.

적용 대상