UIPasteboard.GetValuesForPasteboardType(String, NSIndexSet) Method

Definition

Returns the objects on this UIPasteBoard that have the specified representation type.

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

Parameters

pasteboardType
String
itemSet
NSIndexSet

Returns

NSData[]
Attributes

Applies to