Returns a compound search element, created by combining the search elements in an array with the given conjunction.
Original signature is '+ (ABSearchElement *)searchElementForConjunction:(ABSearchConjunction)conjunction children:(NSArray *)children'
Available in Mac OS X v10.2 and later.

C# | Visual Basic | Visual C++ |
public static ABSearchElement SearchElementForConjunctionChildren( ABSearchConjunction conjunction, NSArray children )
Public Shared Function SearchElementForConjunctionChildren ( _ conjunction As ABSearchConjunction, _ children As NSArray _ ) As ABSearchElement
public: static ABSearchElement^ SearchElementForConjunctionChildren( ABSearchConjunction conjunction, NSArray^ children )

- conjunction (ABSearchConjunction)
- The logical operator with which to combine the search elements.
- children (NSArray)
- An array of search elements to be combined.

A compound search element, created by combining the given search elements with the given conjunction

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