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 會選擇性地傳回新的修改集合,以篩選元件集合。 默認實作會傳回輸入集合,因此不會執行任何篩選。