Share via


NSSound.CanCreateFromPasteboard(NSPasteboard) Method

Definition

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

Parameters

pasteboard
NSPasteboard

Returns

Attributes

Applies to