Share via


NSTextView.ReadSelectionFromPasteboard Method

Definition

Overloads

ReadSelectionFromPasteboard(NSPasteboard)

[Foundation.Export("readSelectionFromPasteboard:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ReadSelectionFromPasteboard(AppKit.NSPasteboard pboard);
[<Foundation.Export("readSelectionFromPasteboard:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ReadSelectionFromPasteboard : AppKit.NSPasteboard -> bool
override this.ReadSelectionFromPasteboard : AppKit.NSPasteboard -> bool

Parameters

pboard
NSPasteboard

Returns

Attributes

Applies to

ReadSelectionFromPasteboard(NSPasteboard, String)

[Foundation.Export("readSelectionFromPasteboard:type:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ReadSelectionFromPasteboard(AppKit.NSPasteboard pboard, string type);
[<Foundation.Export("readSelectionFromPasteboard:type:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ReadSelectionFromPasteboard : AppKit.NSPasteboard * string -> bool
override this.ReadSelectionFromPasteboard : AppKit.NSPasteboard * string -> bool

Parameters

pboard
NSPasteboard
type
String

Returns

Attributes

Applies to