DataView.IBindingList.AddIndex(PropertyDescriptor) 方法

定義

如需這個成員的說明,請參閱 AddIndex(PropertyDescriptor)

 virtual void System.ComponentModel.IBindingList.AddIndex(System::ComponentModel::PropertyDescriptor ^ property) = System::ComponentModel::IBindingList::AddIndex;
void IBindingList.AddIndex (System.ComponentModel.PropertyDescriptor? property);
void IBindingList.AddIndex (System.ComponentModel.PropertyDescriptor property);
abstract member System.ComponentModel.IBindingList.AddIndex : System.ComponentModel.PropertyDescriptor -> unit
override this.System.ComponentModel.IBindingList.AddIndex : System.ComponentModel.PropertyDescriptor -> unit
Sub AddIndex (property As PropertyDescriptor) Implements IBindingList.AddIndex

參數

實作

備註

這個成員是明確介面成員實作, 只有在 DataView 執行個體轉換成 IBindingList 介面時,才能使用這個成員。

適用於