UIPasteboard.GetDataForPasteboardType(String, NSIndexSet) Method

Definition

The data objects in the specified pasteboard items that have the specified representation type.

[Foundation.Export("dataForPasteboardType:inItemSet:")]
public virtual Foundation.NSData[] GetDataForPasteboardType (string pasteboardType, Foundation.NSIndexSet itemSet);
abstract member GetDataForPasteboardType : string * Foundation.NSIndexSet -> Foundation.NSData[]
override this.GetDataForPasteboardType : string * Foundation.NSIndexSet -> Foundation.NSData[]

Parameters

pasteboardType
String
itemSet
NSIndexSet

Returns

NSData[]
Attributes

Applies to