KeyedByTypeCollection<TItem>.FindAll<T> Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne une collection d’objets de type T contenus dans le KeyedByTypeCollection<TItem>.
public:
generic <typename T>
System::Collections::ObjectModel::Collection<T> ^ FindAll();
public System.Collections.ObjectModel.Collection<T> FindAll<T>();
member this.FindAll : unit -> System.Collections.ObjectModel.Collection<'T>
Public Function FindAll(Of T) () As Collection(Of T)
Paramètres de type
- T
Type d’élément dans la collection à rechercher.
Retours
T Type Collection<T> qui contient les objets de type T de la collection d’origine.