FindAll() Method

Definition

Assembly HeadlessTestingFramework.dll

Finds all matching controls of a specific type.

public IEnumerable<T> FindAll<T>()
    where T : class

Type parameters

T
The type to return.

Returns

IEnumerable<T>
All controls matching the filters, cast to the specified type.