HtmlControlDesigner.PreFilterEvents(IDictionary) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定在設計階段公開 (Expose) 的針對元件之 TypeDescriptor 物件的事件清單。
protected:
override void PreFilterEvents(System::Collections::IDictionary ^ events);
protected override void PreFilterEvents (System.Collections.IDictionary events);
override this.PreFilterEvents : System.Collections.IDictionary -> unit
Protected Overrides Sub PreFilterEvents (events As IDictionary)
參數
- events
- IDictionary
IDictionary,包含要公開元件的事件名稱。
備註
方法 PreFilterEvents 提供方法,讓您從設計工具透過 TypeDescriptor 對象公開的事件字典中加入或移除專案。
事件字典中的索引鍵是事件的名稱。 物件的類型為 PropertyDescriptor。
給繼承者的注意事項
您可以直接修改可透過 events
存取的字典,也可以讓字典保持不變。 如果您要覆寫 PreFilterEvents(IDictionary) 方法,請先呼叫基底實作,再執行自己的篩選。