ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Find.AllByCustom<TControl>(predicate) method
Namespaces > ArtOfTest.WebAii.Core > Find > AllByCustom<(Of TControl>)(Predicate<(Of TControl>))
Returns all controls that match the predicate and are convertable to TControl.
Syntax
C#
public ReadOnlyCollection<TControl> AllByCustom<TControl> (
	Predicate<TControl> predicate
) where TControl : new(), Control
Generic Template Parameters
TControl
Parameters
predicate (Predicate<(Of TControl>))
Return Value

Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)