Returns the predicate represented by the receiver’s views' values and the given sub-predicates.
Original signature is '- (NSPredicate *)predicateWithSubpredicates:(NSArray *)subpredicates'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public virtual NSPredicate PredicateWithSubpredicates( NSArray subpredicates )
Public Overridable Function PredicateWithSubpredicates ( _ subpredicates As NSArray _ ) As NSPredicate
public: virtual NSPredicate^ PredicateWithSubpredicates( NSArray^ subpredicates )

- subpredicates (NSArray)
- An array of predicates.

The predicate represented by the values of the template's views and the given subpredicates. You can override this method to return the predicate represented by your custom views.

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