The methods of UIKit.UIPasteboard are listed below. For a list of all members, see the UIPasteboard Members list.
See Also: Inherited members from Foundation.NSObject
AddItems(Foundation.NSDictionary[])Appends items to the content of this UIPasteBoard. | ||
Contains(string[])Whether this UIPasteBoard holds data of the specified type. | ||
Contains(string[], Foundation.NSIndexSet)Whether the pasteboard elements specified by itemSet contain data of the specified pasteboardTypes. | ||
DataForPasteboardType(string)The data on this UIPasteBoard for the specified representation type. | ||
static | FromName(string, bool)Returns the UIPasteBoard for the specified name, optionally creating one if it doesn't exist. | |
GetDataForPasteboardType(string, Foundation.NSIndexSet)The data objects in the specified pasteboard items that have the specified representation type. | ||
static | GetUnique()The application pasteboard identified by the unique system-generated name. | |
GetValue(string)Retrieves data of the specified type. | ||
GetValuesForPasteboardType(string, Foundation.NSIndexSet)Returns the objects on this UIPasteBoard that have the specified representation type. | ||
ItemSetWithPasteboardTypes(string[])A set whose values are the indices of those pasteboard items that have the specified representation type. | ||
PasteBoardTypesForSet(Foundation.NSIndexSet)The representation types for all the items in the specified set. | ||
static | Remove(string)Removes the specified application pasteboard. | |
SetData(Foundation.NSData, string)Sets the data for the specified representation type in this UIPasteBoard. | ||
SetValue(Foundation.NSObject, string)Sets the value for the specified representation type in this UIPasteBoard. | ||