NSRuleEditorDelegate.ChildForCriterion 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: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
- rowType
- NSRuleEditorRowType
Returns
Implements
- Attributes