UIPasteboard.SetData(NSData, String) Method

Definition

Sets the data for the specified representation type in this UIPasteBoard.

[Foundation.Export("setData:forPasteboardType:")]
public virtual void SetData (Foundation.NSData data, string forPasteboardType);
abstract member SetData : Foundation.NSData * string -> unit
override this.SetData : Foundation.NSData * string -> unit

Parameters

data
NSData

Data to be set on the pasteboard.

forPasteboardType
String
Attributes

Applies to