UIPasteboard.DetectPatternsAsync Method
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
| Name | Description |
|---|---|
| DetectPatternsAsync(NSSet<NSString>) | |
| DetectPatternsAsync(NSSet<NSString>, NSIndexSet) |
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
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
- itemSet
- NSIndexSet
Returns
- Attributes