NSRuleEditorDelegate.PredicateParts Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("ruleEditor:predicatePartsForCriterion:withDisplayValue:inRow:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSDictionary PredicateParts(AppKit.NSRuleEditor editor, Foundation.NSObject criterion, Foundation.NSObject value, IntPtr row);
[<Foundation.Export("ruleEditor:predicatePartsForCriterion:withDisplayValue:inRow:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PredicateParts : AppKit.NSRuleEditor * Foundation.NSObject * Foundation.NSObject * nativeint -> Foundation.NSDictionary
override this.PredicateParts : AppKit.NSRuleEditor * Foundation.NSObject * Foundation.NSObject * nativeint -> Foundation.NSDictionary
Parameters
- editor
- NSRuleEditor
- criterion
- NSObject
- value
- NSObject
- row
-
IntPtr
nativeint
Returns
Implements
- Attributes