NSPasteboardItem.DetectMetadata 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
DetectMetadata(NSSet<NSString>, NSPasteboardDetectMetadataHandler)
[Foundation.Export("detectMetadataForTypes:completionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DetectMetadata(Foundation.NSSet<Foundation.NSString> types, AppKit.NSPasteboardDetectMetadataHandler completionHandler);
[<Foundation.Export("detectMetadataForTypes:completionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DetectMetadata : Foundation.NSSet<Foundation.NSString> * AppKit.NSPasteboardDetectMetadataHandler -> unit
override this.DetectMetadata : Foundation.NSSet<Foundation.NSString> * AppKit.NSPasteboardDetectMetadataHandler -> unit
Parameters
- completionHandler
- NSPasteboardDetectMetadataHandler
- Attributes
Applies to
DetectMetadata(HashSet<NSPasteboardMetadataType>, NSPasteboardDetectMetadataCompletionHandler)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public void DetectMetadata(System.Collections.Generic.HashSet<AppKit.NSPasteboardMetadataType> types, AppKit.NSPasteboardDetectMetadataCompletionHandler completionHandler);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.DetectMetadata : System.Collections.Generic.HashSet<AppKit.NSPasteboardMetadataType> * AppKit.NSPasteboardDetectMetadataCompletionHandler -> unit
Parameters
- types
- HashSet<NSPasteboardMetadataType>
- completionHandler
- NSPasteboardDetectMetadataCompletionHandler
- Attributes
Applies to
DetectMetadata(HashSet<NSPasteboardMetadataType>, NSPasteboardDetectMetadataHandler)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public void DetectMetadata(System.Collections.Generic.HashSet<AppKit.NSPasteboardMetadataType> types, AppKit.NSPasteboardDetectMetadataHandler completionHandler);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.DetectMetadata : System.Collections.Generic.HashSet<AppKit.NSPasteboardMetadataType> * AppKit.NSPasteboardDetectMetadataHandler -> unit
Parameters
- types
- HashSet<NSPasteboardMetadataType>
- completionHandler
- NSPasteboardDetectMetadataHandler
- Attributes