NSTextFinder Constructors
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.
Overloads
NSTextFinder() | |
NSTextFinder(NSCoder) | |
NSTextFinder(NSObjectFlag) | |
NSTextFinder(IntPtr) |
NSTextFinder()
[Foundation.Export("init")]
[ObjCRuntime.DesignatedInitializer]
public NSTextFinder ();
- Attributes
Applies to
NSTextFinder(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSTextFinder (Foundation.NSCoder coder);
new AppKit.NSTextFinder : Foundation.NSCoder -> AppKit.NSTextFinder
Parameters
- coder
- NSCoder
- Attributes
Applies to
NSTextFinder(NSObjectFlag)
protected NSTextFinder (Foundation.NSObjectFlag t);
new AppKit.NSTextFinder : Foundation.NSObjectFlag -> AppKit.NSTextFinder
Parameters
Applies to
NSTextFinder(IntPtr)
protected internal NSTextFinder (IntPtr handle);
new AppKit.NSTextFinder : nativeint -> AppKit.NSTextFinder
Parameters
- handle
-
IntPtr
nativeint