EntitySet<TEntity>.GetNewBindingList 메서드

정의

데이터 소스에 바인딩할 새 목록을 만듭니다.

public:
 System::ComponentModel::IBindingList ^ GetNewBindingList();
public System.ComponentModel.IBindingList GetNewBindingList ();
member this.GetNewBindingList : unit -> System.ComponentModel.IBindingList
Public Function GetNewBindingList () As IBindingList

반환

데이터 소스에 바인딩할 새 IBindingList입니다.

적용 대상