다음을 통해 공유


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

적용 대상