UIPasteboard.General Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.