ContainerFilterService.FilterComponents(ComponentCollection) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コンポーネント コレクションをフィルター処理します。
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 メソッドは、必要に応じて新しい変更されたコレクションを返すことによって、コンポーネント コレクションをフィルター処理します。 既定の実装では入力コレクションが返されるため、フィルター処理は実行されません。