BindingSource.GetListName(PropertyDescriptor[]) 方法
定義
取得為繫結提供資料的清單名稱。Gets the name of the list supplying data for the binding.
public:
virtual System::String ^ GetListName(cli::array <System::ComponentModel::PropertyDescriptor ^> ^ listAccessors);
public virtual string GetListName (System.ComponentModel.PropertyDescriptor[] listAccessors);
abstract member GetListName : System.ComponentModel.PropertyDescriptor[] -> string
override this.GetListName : System.ComponentModel.PropertyDescriptor[] -> string
Public Overridable Function GetListName (listAccessors As PropertyDescriptor()) As String
參數
- listAccessors
- PropertyDescriptor[]
要在可繫結清單中尋找之 PropertyDescriptor 物件的陣列。An array of PropertyDescriptor objects to find in the list as bindable.
傳回
為繫結提供資料的清單名稱。The name of the list supplying the data for binding.