Returns a copy of the receiver with the receiver’s variables substituted by values specified in a given substitution variables dictionary.
Original signature is '- (NSPredicate *)predicateWithSubstitutionVariables:(NSDictionary *)variables'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public virtual NSPredicate PredicateWithSubstitutionVariables( NSDictionary variables )
Public Overridable Function PredicateWithSubstitutionVariables ( _ variables As NSDictionary _ ) As NSPredicate
public: virtual NSPredicate^ PredicateWithSubstitutionVariables( NSDictionary^ variables )

- variables (NSDictionary)
- The substitution variables dictionary. The dictionary must contain key-value pairs for all variables in the receiver.

A copy of the receiver with the receiver’s variables substituted by values specified in variables.

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