ContainerFilterService.FilterComponents メソッド
アセンブリ: System (system.dll 内)

Public Overridable Function FilterComponents ( _ components As ComponentCollection _ ) As ComponentCollection
Dim instance As ContainerFilterService Dim components As ComponentCollection Dim returnValue As ComponentCollection returnValue = instance.FilterComponents(components)
public virtual ComponentCollection FilterComponents ( ComponentCollection components )
public: virtual ComponentCollection^ FilterComponents ( ComponentCollection^ components )
public ComponentCollection FilterComponents ( ComponentCollection components )
public function FilterComponents ( components : ComponentCollection ) : ComponentCollection
戻り値
変更したコレクションを表す ComponentCollection。

FilterComponents メソッドは、オプションで新しい変更済みのコレクションを返すことによって、コンポーネント コレクションのフィルタ処理を実行します。既定の実装は、入力コレクションを返すため、フィルタ処理は実行しません。

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- ContainerFilterService.FilterComponents メソッドのページへのリンク