Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ITestControl.FindInterface<T>() Method

Returns the specified test control, or null when a test control is not found.

Namespace: DevExpress.EasyTest.Framework

Assembly: DevExpress.EasyTest.v21.2.dll

NuGet Package: DevExpress.EasyTest

Declaration

T FindInterface<T>()

Type Parameters

Name
T

Returns

Type Description
T

A test control of the specified type.

See Also