IComponentDetector Interface

OpenText Functional Testing 2022 and later: Following the discontinuance of the Silverlight development framework, OpenText Functional Testing no longer supports the Silverlight Add-in by default.

If you need to use and extend the Silverlight Add-in, contact OpenText Support.

Implement this interface to indicate which contained controls should not be learned by OpenText Functional Testing.

Syntax

Visual Basic (Declaration)
Public Interface IComponentDetector 
C#
public interface IComponentDetector 

Public Methods

TypeNameDescription
MethodIsKnownPartOfReturns true if the child control is an integral part of the parent control, and should not be treated as a separate control.  
Top

See Also