BindingsCollection.List 속성

정의

컬렉션의 바인딩을 개체로 가져옵니다.

protected:
 virtual property System::Collections::ArrayList ^ List { System::Collections::ArrayList ^ get(); };
protected override System.Collections.ArrayList List { get; }
member this.List : System.Collections.ArrayList
Protected Overrides ReadOnly Property List As ArrayList

속성 값

ArrayList

모든 컬렉션 멤버가 들어 있는 ArrayList입니다.

적용 대상