BindingElementCollection.RemoveAll<T> 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从绑定元素集合中移除具有指定类型的所有绑定元素。
public:
generic <typename T>
System::Collections::ObjectModel::Collection<T> ^ RemoveAll();
public System.Collections.ObjectModel.Collection<T> RemoveAll<T> ();
member this.RemoveAll : unit -> System.Collections.ObjectModel.Collection<'T>
Public Function RemoveAll(Of T) () As Collection(Of T)
类型参数
- T
要查找的项的 Type。
返回
一个 Collection<T>,它包含查找到的所有 Type 类型项。