WinFormsPatternAdd Method |
Adds a custom property to the search pattern and returns the pattern object.
You can explore your tested application in the TestLeft UI Spy to choose the appropriate property and value.
Namespace:
SmartBear.TestLeft.TestObjects.WinForms
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public WinFormsPattern Add(
string name,
Object value
)
Public Function Add (
name As String,
value As Object
) As WinFormsPattern
Dim instance As WinFormsPattern
Dim name As String
Dim value As Object
Dim returnValue As WinFormsPattern
returnValue = instance.Add(name, value)
public:
WinFormsPattern^ Add(
String^ name,
Object^ value
)
Parameters
- name
- Type: SystemString
The property name - value
- Type: SystemObject
The property value
Return Value
Type:
WinFormsPatternThe search pattern object.
See Also