IRecord Interface
UFT One 2022 and later: Following the discontinuance of the Silverlight development framework, UFT One no longer supports the Silverlight Add-in out of the box.
If you need to use and extend the Silverlight Add-in, contact Micro Focus Support.
Implement this interface to extend UFT recording.
Visual Basic (Declaration) | |
---|---|
Public Interface IRecord |
C# | |
---|---|
public interface IRecord |
Name | Description | |
---|---|---|
![]() | GetWndMessageFilter | Returns the filter for Windows messages to be received by the custom server during a recording session. |
![]() | OnMessage | Handles Windows messages. |
![]() | RecordInit | Registers event handlers. |
![]() | RecordStop | Called by the UFT infrastructure at the end of the recording session to stop listening for events. |