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