ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure
AllByCustom<(Of <(TControl>)>) Method (predicate)
NamespacesArtOfTest.WebAii.CoreFindAllByCustom<(Of <(TControl>)>)(Predicate<(Of <(TControl>)>))
Returns all controls that match the predicate and are convertable to TControl.
Declaration Syntax
C#Visual BasicVisual Basic Usage
public ReadOnlyCollection<TControl> AllByCustom<TControl>(
	Predicate<TControl> predicate
)
where TControl : new(), Control
Public Function AllByCustom(Of TControl As {New, Control}) ( _
	predicate As Predicate(Of TControl) _
) As ReadOnlyCollection(Of TControl)
Dim instance As Find
Dim predicate As Predicate(Of TControl)
Dim returnValue As ReadOnlyCollection(Of TControl)

returnValue = instance.AllByCustom(predicate)
Generic Template Parameters
TControl

[Missing <typeparam name="TControl"/> documentation for "M:ArtOfTest.WebAii.Core.Find.AllByCustom``1(System.Predicate{``0})"]

Parameters
predicate (Predicate<(Of <(TControl>)>))

[Missing <param name="predicate"/> documentation for "M:ArtOfTest.WebAii.Core.Find.AllByCustom``1(System.Predicate{``0})"]

Return Value

[Missing <returns> documentation for "M:ArtOfTest.WebAii.Core.Find.AllByCustom``1(System.Predicate{``0})"]

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