IBindingList.AddIndex(PropertyDescriptor) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將 PropertyDescriptor 加入用來搜尋的索引中。
public:
void AddIndex(System::ComponentModel::PropertyDescriptor ^ property);
public void AddIndex (System.ComponentModel.PropertyDescriptor property);
abstract member AddIndex : System.ComponentModel.PropertyDescriptor -> unit
Public Sub AddIndex (property As PropertyDescriptor)
參數
- property
- PropertyDescriptor
要加入至用來搜尋之索引的 PropertyDescriptor。
備註
清單必須支援這個方法。 不過,這個方法的支援可以是非操作。