Returns the value for a given criterion. (required)
Original signature is '- (id)ruleEditor:(NSRuleEditor *)editor displayValueForCriterion:(id)criterion inRow:(NSInteger)row'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public Id RuleEditorDisplayValueForCriterionInRowMessage( NSRuleEditor editor, Id criterion, NSInteger row )
Public Function RuleEditorDisplayValueForCriterionInRowMessage ( _ editor As NSRuleEditor, _ criterion As Id, _ row As NSInteger _ ) As Id
public: Id^ RuleEditorDisplayValueForCriterionInRowMessage( NSRuleEditor^ editor, Id^ criterion, NSInteger row )

- editor (NSRuleEditor)
- The rule editor that sent the message.
- criterion (Id)
- The criterion for which the value is required.
- row (NSInteger)
- The row number of criterion.

The value for criterion.

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