| AppIndexFacadeSearch Method (String) |
Searches for apps with a search string.
The search string is split into words by space.
Words in double quotes are kept whole.
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax public AppSearchMatch[] Search(
string searchString
)
Public Function Search (
searchString As String
) As AppSearchMatch()
Parameters
- searchString
- Type: SystemString
The search string.
Return Value
Type:
AppSearchMatchAn array of matches with a matching score > 0.
See Also