UIPasteboard.DetectValuesAsync 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
DetectValuesAsync(NSSet<NSString>)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject>> DetectValuesAsync(Foundation.NSSet<Foundation.NSString> patterns);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DetectValuesAsync : Foundation.NSSet<Foundation.NSString> -> System.Threading.Tasks.Task<Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject>>
override this.DetectValuesAsync : Foundation.NSSet<Foundation.NSString> -> System.Threading.Tasks.Task<Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject>>
Parameters
Returns
- Attributes
Applies to
DetectValuesAsync(NSSet<NSString>, NSIndexSet)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject>[]> DetectValuesAsync(Foundation.NSSet<Foundation.NSString> patterns, Foundation.NSIndexSet? itemSet);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DetectValuesAsync : Foundation.NSSet<Foundation.NSString> * Foundation.NSIndexSet -> System.Threading.Tasks.Task<Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject>[]>
override this.DetectValuesAsync : Foundation.NSSet<Foundation.NSString> * Foundation.NSIndexSet -> System.Threading.Tasks.Task<Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject>[]>
Parameters
- itemSet
- NSIndexSet
Returns
- Attributes