ContainerFilterService.FilterComponents(ComponentCollection) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Filters the component collection.
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
Parameters
- components
- ComponentCollection
The component collection to filter.
Returns
A ComponentCollection that represents a modified collection.
Remarks
The FilterComponents method filters the component collection by optionally returning a new, modified collection. The default implementation returns the input collection, thereby performing no filtering.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET