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