共用方式為


NSTextFinder 建構函式

定義

多載

NSTextFinder()
NSTextFinder(NSCoder)
NSTextFinder(NSObjectFlag)
NSTextFinder(IntPtr)

NSTextFinder()

[Foundation.Export("init")]
[ObjCRuntime.DesignatedInitializer]
public NSTextFinder ();
屬性

適用於

NSTextFinder(NSCoder)

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

參數

coder
NSCoder
屬性

適用於

NSTextFinder(NSObjectFlag)

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

參數

適用於

NSTextFinder(IntPtr)

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

參數

handle
IntPtr

nativeint

適用於