MonobjcMonobjc Documented Class Library
PredicateWithSubpredicates Method (subpredicates)
NamespacesMonobjc.AppKitNSPredicateEditorRowTemplatePredicateWithSubpredicates(NSArray)

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.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSPredicate PredicateWithSubpredicates(
	NSArray subpredicates
)
Public Overridable Function PredicateWithSubpredicates ( _
	subpredicates As NSArray _
) As NSPredicate
public:
virtual NSPredicate^ PredicateWithSubpredicates(
	NSArray^ subpredicates
)
Parameters
subpredicates (NSArray)
An array of predicates.
Return Value
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.
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.AppKit (Module: Monobjc.AppKit)