Share via


NSRuleEditorDelegate.ChildForCriterion Method

Definition

[Foundation.Export("ruleEditor:child:forCriterion:withRowType:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSObject ChildForCriterion(AppKit.NSRuleEditor editor, IntPtr index, Foundation.NSObject criterion, AppKit.NSRuleEditorRowType rowType);
[<Foundation.Export("ruleEditor:child:forCriterion:withRowType:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ChildForCriterion : AppKit.NSRuleEditor * nativeint * Foundation.NSObject * AppKit.NSRuleEditorRowType -> Foundation.NSObject
override this.ChildForCriterion : AppKit.NSRuleEditor * nativeint * Foundation.NSObject * AppKit.NSRuleEditorRowType -> Foundation.NSObject

Parameters

editor
NSRuleEditor
index
IntPtr

nativeint

criterion
NSObject

Returns

Implements

Attributes

Applies to