MSAASettingsGetWindowList Method |
Gets a list of window types identified via the MSAA 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 MSAASettings
Dim returnValue As IList(Of String)
returnValue = instance.GetWindowList()
public:
IList<String^>^ GetWindowList()
Return Value
Type:
IListStringA list of window types. Each item is in the "WndClass" or "WndClass;@text=WndCaption" format,
where
WndClass is the window's class,
and
WndCaption is the window's caption.
WndClass and WndCaption may include wildcards * and ?.
The asterisk (*) means a string of any length, including an empty string.
The question mark (?) means any single character or no character.
See Also