共用方式為


NSRuleEditor 建構函式

定義

多載

NSRuleEditor()
NSRuleEditor(CGRect)
NSRuleEditor(NSCoder)
NSRuleEditor(NSObjectFlag)
NSRuleEditor(IntPtr)

NSRuleEditor()

[Foundation.Export("init")]
public NSRuleEditor ();
屬性

適用於

NSRuleEditor(CGRect)

[Foundation.Export("initWithFrame:")]
public NSRuleEditor (CoreGraphics.CGRect frameRect);
new AppKit.NSRuleEditor : CoreGraphics.CGRect -> AppKit.NSRuleEditor

參數

frameRect
CGRect
屬性

適用於

NSRuleEditor(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSRuleEditor (Foundation.NSCoder coder);
new AppKit.NSRuleEditor : Foundation.NSCoder -> AppKit.NSRuleEditor

參數

coder
NSCoder
屬性

適用於

NSRuleEditor(NSObjectFlag)

protected NSRuleEditor (Foundation.NSObjectFlag t);
new AppKit.NSRuleEditor : Foundation.NSObjectFlag -> AppKit.NSRuleEditor

參數

適用於

NSRuleEditor(IntPtr)

protected internal NSRuleEditor (IntPtr handle);
new AppKit.NSRuleEditor : nativeint -> AppKit.NSRuleEditor

參數

handle
IntPtr

nativeint

適用於