SearchResults.GetMatch

Syntax

SearchResults.GetMatch( index)

Return Value

SearchMatch

Purpose

Returns the SearchMatch object you specify.

Remarks

You can access the SearchMatch objects even as they accumulate asynchronously by using the SearchResults.NumMatches property to obtain the number of matches and then using this method to access only the SearchMatch objects up to that number. TestStand always appends new SearchMatch objects to the end.

Parameters

index As Long

[In] Specifies the zero-based index of the SearchMatch object you want the method to return.

See Also

Engine.SearchFiles

PropertyObject.Search

SearchMatch

SearchResults.NumMatches