Returns the subpredicates that should be made sub-rows of a given predicate.
Original signature is '- (NSArray *)displayableSubpredicatesOfPredicate:(NSPredicate *)predicate'
Available in Mac OS X v10.5 and later.

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

- predicate (NSPredicate)
- A predicate object.

The subpredicates that should be made sub-rows of predicate. For compound predicates (instances of NSCompoundPredicate), the array of subpredicates; for other types of predicate, returns nil. If a template represents a predicate in its entirety, or if the predicate has no subpredicates, returns nil.

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