Share via


NSDataDetector.Create Method

Definition

Overloads

Create(NSTextCheckingType, NSError)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Foundation.NSDataDetector Create(Foundation.NSTextCheckingType checkingTypes, out Foundation.NSError error);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : Foundation.NSTextCheckingType * NSError -> Foundation.NSDataDetector

Parameters

checkingTypes
NSTextCheckingType
error
NSError

Returns

Attributes

Applies to

Create(NSTextCheckingTypes, NSError)

[Foundation.Export("dataDetectorWithTypes:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Foundation.NSDataDetector Create(Foundation.NSTextCheckingTypes checkingTypes, out Foundation.NSError error);
[<Foundation.Export("dataDetectorWithTypes:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : Foundation.NSTextCheckingTypes * NSError -> Foundation.NSDataDetector

Parameters

checkingTypes
NSTextCheckingTypes
error
NSError

Returns

Attributes

Applies to