NSSound.GetReadableTypesForPasteboard(NSPasteboard) Method

Definition

[Foundation.Export("readableTypesForPasteboard:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static string[] GetReadableTypesForPasteboard(AppKit.NSPasteboard pasteboard);
[<Foundation.Export("readableTypesForPasteboard:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetReadableTypesForPasteboard : AppKit.NSPasteboard -> string[]

Parameters

pasteboard
NSPasteboard

Returns

String[]
Attributes

Applies to