UIKit.UIPasteboard: Method Members

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

Public Methods

AddItems(Foundation.NSDictionary[])
Appends items to the content of this UIPasteBoard.
Contains(string[]) : bool
Whether this UIPasteBoard holds data of the specified type.
Contains(string[], Foundation.NSIndexSet) : bool
Whether the pasteboard elements specified by itemSet contain data of the specified pasteboardTypes.
DataForPasteboardType(string) : Foundation.NSData
The data on this UIPasteBoard for the specified representation type.
static
FromName(string, bool) : UIPasteboard
Returns the UIPasteBoard for the specified name, optionally creating one if it doesn't exist.
GetDataForPasteboardType(string, Foundation.NSIndexSet) : Foundation.NSData[]
The data objects in the specified pasteboard items that have the specified representation type.
static
GetUnique() : UIPasteboard
The application pasteboard identified by the unique system-generated name.
GetValue(string) : Foundation.NSObject
Retrieves data of the specified type.
GetValuesForPasteboardType(string, Foundation.NSIndexSet) : Foundation.NSData[]
Returns the objects on this UIPasteBoard that have the specified representation type.
ItemSetWithPasteboardTypes(string[]) : Foundation.NSIndexSet
A set whose values are the indices of those pasteboard items that have the specified representation type.
PasteBoardTypesForSet(Foundation.NSIndexSet) : Foundation.NSArray[]
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.

Protected Methods

override
Dispose(bool)
Releases the resources used by the UIPasteboard object.