ContainerFilterService.FilterComponents(ComponentCollection) メソッド

定義

コンポーネント コレクションのフィルター処理を行います。

public:
 virtual System::ComponentModel::ComponentCollection ^ FilterComponents(System::ComponentModel::ComponentCollection ^ components);
public virtual System.ComponentModel.ComponentCollection FilterComponents (System.ComponentModel.ComponentCollection components);
abstract member FilterComponents : System.ComponentModel.ComponentCollection -> System.ComponentModel.ComponentCollection
override this.FilterComponents : System.ComponentModel.ComponentCollection -> System.ComponentModel.ComponentCollection
Public Overridable Function FilterComponents (components As ComponentCollection) As ComponentCollection

パラメーター

components
ComponentCollection

フィルター処理を行うコンポーネント コレクション。

戻り値

変更したコレクションを表す ComponentCollection

注釈

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

適用対象