ReadOnlyLinkedElementCollection<T>.FindAll(Predicate<T>) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
查找满足给定条件的所有元素。
public:
System::Collections::Generic::List<T> ^ FindAll(Predicate<T> ^ match);
public System.Collections.Generic.List<T> FindAll (Predicate<T> match);
member this.FindAll : Predicate<'T (requires 'T :> Microsoft.VisualStudio.Modeling.ModelElement)> -> System.Collections.Generic.List<'T (requires 'T :> Microsoft.VisualStudio.Modeling.ModelElement)>
Public Function FindAll (match As Predicate(Of T)) As List(Of T)
参数
- match
- Predicate<T>
状态.
返回
- List<T>
谓词为其返回 true 的元素的列表。