ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Find.AllControls<TControl>() method
Namespaces > ArtOfTest.WebAii.Core > Find > AllControls<(Of TControl>)()
Gets an IEnmerable for TControl to be used for LINQ queries. This will return only elements that are convertable to TControl
Syntax
C#
public IEnumerable<TControl> AllControls<TControl> () where TControl : new(), Control
Generic Template Parameters
TControl
The control type
Return Value
IEnumberable

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