'宣言
Public Function FilterEvents( _ ByVal component As IComponent, _ ByVal events As IDictionary _ ) As Boolean
public bool FilterEvents( IComponent component, IDictionary events )
パラメータ
- component
- イベントをフィルタリングする対象のコンポーネント。
- events
- 変更可能なイベントのディクショナリ。
戻り値の型
フィルタリングされたイベントのセットがキャッシュされる場合はtrue、またはフィルタサービスを再度実行する場合はfalse。