UIActivityType.CopyToPasteboard Property

Definition

Makes the object available on the pasteboard.

[Foundation.Field("UIActivityTypeCopyToPasteboard", "UIKit")]
public static Foundation.NSString CopyToPasteboard { get; }
member this.CopyToPasteboard : Foundation.NSString

Property Value

Attributes

Remarks

The object must hold an individual NSString, NSUrl, UIColor, UIImage. Or you can provide a collection of those objects by passing an NSDictionary with those objects.

Applies to