UIPasteboard.General Property

Definition

The general pasteboard, used for copy-paste operations.

public static UIKit.UIPasteboard General { [Foundation.Export("generalPasteboard")] get; }
member this.General : UIKit.UIPasteboard

Property Value

Attributes

Remarks

The General pasteboard can be used to share information information across processes. While it can be used for sharing information with other processes, you can also use it to share hold information for your own application.

You should put information into this pasteboard in response to user requests.

Applies to