Click or drag to resize

ISearchPattern.GetPatternItems Method

A collection of search criteria.

Namespace:  SmartBear.TestLeft
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
IEnumerable<KeyValuePair<string, Object>> GetPatternItems()

Return Value

Type: IEnumerable<KeyValuePair<String, Object>>
IEnumerable of pairs (property name, property value)
See Also