Sdílet prostřednictvím


UIPasteboard.DetectPatternsAsync Method

Definition

Overloads

DetectPatternsAsync(NSSet<NSString>)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<Foundation.NSSet<Foundation.NSString>> DetectPatternsAsync(Foundation.NSSet<Foundation.NSString> patterns);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DetectPatternsAsync : Foundation.NSSet<Foundation.NSString> -> System.Threading.Tasks.Task<Foundation.NSSet<Foundation.NSString>>
override this.DetectPatternsAsync : Foundation.NSSet<Foundation.NSString> -> System.Threading.Tasks.Task<Foundation.NSSet<Foundation.NSString>>

Parameters

patterns
NSSet<NSString>

Returns

Attributes

Applies to

DetectPatternsAsync(NSSet<NSString>, NSIndexSet)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<Foundation.NSSet<Foundation.NSString>[]> DetectPatternsAsync(Foundation.NSSet<Foundation.NSString> patterns, Foundation.NSIndexSet? itemSet);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DetectPatternsAsync : Foundation.NSSet<Foundation.NSString> * Foundation.NSIndexSet -> System.Threading.Tasks.Task<Foundation.NSSet<Foundation.NSString>[]>
override this.DetectPatternsAsync : Foundation.NSSet<Foundation.NSString> * Foundation.NSIndexSet -> System.Threading.Tasks.Task<Foundation.NSSet<Foundation.NSString>[]>

Parameters

patterns
NSSet<NSString>
itemSet
NSIndexSet

Returns

Attributes

Applies to