MonobjcMonobjc Documented Class Library
RecordsMatchingSearchElement Method (search)
NamespacesMonobjc.AddressBookABAddressBookRecordsMatchingSearchElement(ABSearchElement)

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.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSArray RecordsMatchingSearchElement(
	ABSearchElement search
)
Public Overridable Function RecordsMatchingSearchElement ( _
	search As ABSearchElement _
) As NSArray
public:
virtual NSArray^ RecordsMatchingSearchElement(
	ABSearchElement^ search
)
Parameters
search (ABSearchElement)
The search element to perform the search against.
Return Value
An array of records that match the given search element, or an empty array if no records match the search element.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AddressBook (Module: Monobjc.AddressBook)