Share via


NSPasteboardItem.DetectPatterns Method

Definition

Overloads

DetectPatterns(NSSet<NSString>, NSPasteboardDetectPatternsHandler)

[Foundation.Export("detectPatternsForPatterns:completionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DetectPatterns(Foundation.NSSet<Foundation.NSString> patterns, AppKit.NSPasteboardDetectPatternsHandler completionHandler);
[<Foundation.Export("detectPatternsForPatterns:completionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DetectPatterns : Foundation.NSSet<Foundation.NSString> * AppKit.NSPasteboardDetectPatternsHandler -> unit
override this.DetectPatterns : Foundation.NSSet<Foundation.NSString> * AppKit.NSPasteboardDetectPatternsHandler -> unit

Parameters

patterns
NSSet<NSString>
Attributes

Applies to

DetectPatterns(HashSet<NSPasteboardDetectionPattern>, NSPasteboardDetectPatternsCompletionHandler)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public void DetectPatterns(System.Collections.Generic.HashSet<AppKit.NSPasteboardDetectionPattern> patterns, AppKit.NSPasteboardDetectPatternsCompletionHandler completionHandler);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.DetectPatterns : System.Collections.Generic.HashSet<AppKit.NSPasteboardDetectionPattern> * AppKit.NSPasteboardDetectPatternsCompletionHandler -> unit

Parameters

Attributes

Applies to

DetectPatterns(HashSet<NSPasteboardDetectionPattern>, NSPasteboardDetectPatternsHandler)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public void DetectPatterns(System.Collections.Generic.HashSet<AppKit.NSPasteboardDetectionPattern> patterns, AppKit.NSPasteboardDetectPatternsHandler completionHandler);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.DetectPatterns : System.Collections.Generic.HashSet<AppKit.NSPasteboardDetectionPattern> * AppKit.NSPasteboardDetectPatternsHandler -> unit

Parameters

Attributes

Applies to