NSPasteboardItem.DetectPatterns 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
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
- completionHandler
- NSPasteboardDetectPatternsHandler
- 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
- patterns
- HashSet<NSPasteboardDetectionPattern>
- completionHandler
- NSPasteboardDetectPatternsCompletionHandler
- 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
- patterns
- HashSet<NSPasteboardDetectionPattern>
- completionHandler
- NSPasteboardDetectPatternsHandler
- Attributes