BindingSource.IBindingList.AddIndex(PropertyDescriptor) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將 PropertyDescriptor 加入用來搜尋的索引中。
virtual void System.ComponentModel.IBindingList.AddIndex(System::ComponentModel::PropertyDescriptor ^ property) = System::ComponentModel::IBindingList::AddIndex;
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
參數
- property
- PropertyDescriptor
要加入至用來搜尋之索引的 PropertyDescriptor。
實作
例外狀況
基礎清單不是 IBindingList。
備註
如果基礎清單是 IBindingList 類型,這個方法會將 新增 PropertyDescriptor 至索引,否則呼叫這個方法會擲回 NotSupportedException 。