UIKit.UIPasteboard: Property Members

The properties 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 Properties

[read-only]
ChangeCountnint. The number of times this UIPasteBoard's contents have changed. Read-only.
[read-only]
static
ChangedNotificationFoundation.NSString. Notification constant for Changed
[read-only]
static
ChangedTypesAddedKeyFoundation.NSString. Represents the value associated with the constant UIPasteboardChangedTypesAddedKey
[read-only]
static
ChangedTypesRemovedKeyFoundation.NSString. Represents the value associated with the constant UIPasteboardChangedTypesRemovedKey
[read-only]
override
ClassHandleIntPtr. The handle for this class.
ColorUIColor. The color of the first pasteboard item.
ColorsUIColor[]. The colors used by all pasteboard items.
[read-only]
Countnint. The number of items on this UIPasteBoard. Read-only.
[read-only]
static
GeneralUIPasteboard. The general pasteboard, used for copy-paste operations.
ImageUIImage. Retrieves or sets the image of the first pasteboard item.
ImagesUIImage[]. The images of all the pasteboard items.
ItemsFoundation.NSDictionary[]. The pasteboard items on this UIPasteBoard.
[read-only]
Namestring. The name of this UIPasteBoard. Read-only.
Persistentbool. Whether this UIPasteBoard is persistent.
[read-only]
static
RemovedNotificationFoundation.NSString. Notification constant for Removed
Stringstring. The string value of the first pasteboard item.
Stringsstring[]. The string values of all the pasteboard items.
[read-only]
static
TypeListColorFoundation.NSArray. Represents the value associated with the constant UIPasteboardTypeListColor
[read-only]
static
TypeListImageFoundation.NSArray. Represents the value associated with the constant UIPasteboardTypeListImage
[read-only]
static
TypeListStringFoundation.NSArray. Represents the value associated with the constant UIPasteboardTypeListString
[read-only]
static
TypeListURLFoundation.NSArray. Represents the value associated with the constant UIPasteboardTypeListURL
[read-only]
Typesstring[]. The representations types of the first item on the pasteboard.
UrlFoundation.NSUrl. The URL of the first pasteboard item.
UrlsFoundation.NSUrl[]. The URLs of all the pasteboard items.