Returns an array of records that match the given search element, or returns an empty array if no records match the search element.
Original signature is '- (NSArray *)recordsMatchingSearchElement:(ABSearchElement *)search'
Available in Mac OS X v10.2 and later.

C# | Visual Basic | Visual C++ |
public virtual NSArray RecordsMatchingSearchElement( ABSearchElement search )
Public Overridable Function RecordsMatchingSearchElement ( _ search As ABSearchElement _ ) As NSArray
public: virtual NSArray^ RecordsMatchingSearchElement( ABSearchElement^ search )

- search (ABSearchElement)
- The search element to perform the search against.

An array of records that match the given search element, or an empty array if no records match the search element.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)