UIAutomationSettingsGetWindowList Method |
Gets a list of window classes identified via the UI Automation engine.
Namespace:
SmartBear.TestLeft.Options
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public IList<string> GetWindowList()
Public Function GetWindowList As IList(Of String)
Dim instance As UIAutomationSettings
Dim returnValue As IList(Of String)
returnValue = instance.GetWindowList()
public:
IList<String^>^ GetWindowList()
Return Value
Type:
IListStringA list of window class names.
See Also