ReadOnlyLinkedElementCollection<T>.FindAll(Predicate<T>) Method
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.
Finds all elements which satisfy a given condition.
C++
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>
Condition.
List<T>
List of elements for which predicate returns true.
Produkt | Versiounen |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |