UFT Extensibility library 1.2
Suppress Method
A Suppression xml containing a list of processes and windows to be added to the list of objects whose events are to be ignored. If events on a window are ignored, the events on all contained windows are also ignored.
Description
Instructs UFT to stop native UFT recording of the specified objects.
Syntax
Visual Basic
Public Sub Suppress( _
   ByVal envId As String, _
   ByVal items As String _
) 
Parameters
envId
items
A Suppression xml containing a list of processes and windows to be added to the list of objects whose events are to be ignored. If events on a window are ignored, the events on all contained windows are also ignored.
See Also