Share via


WebView.WriteSelection(NSObject[], NSPasteboard) Method

Definition

[Foundation.Export("writeSelectionWithPasteboardTypes:toPasteboard:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WriteSelection(Foundation.NSObject[] types, AppKit.NSPasteboard pasteboard);
[<Foundation.Export("writeSelectionWithPasteboardTypes:toPasteboard:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WriteSelection : Foundation.NSObject[] * AppKit.NSPasteboard -> unit
override this.WriteSelection : Foundation.NSObject[] * AppKit.NSPasteboard -> unit

Parameters

types
NSObject[]
pasteboard
NSPasteboard
Attributes

Applies to