次の方法で共有


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

適用対象