UIPasteboard.SetItems Method

Definition

Overloads

SetItems(NSDictionary<NSString,NSObject>[], UIPasteboardOptions)

Adds to the pasteboard.

SetItems(NSDictionary<NSString,NSObject>[], NSDictionary)

Adds to the pasteboard, with the specified privacy .

SetItems(NSDictionary<NSString,NSObject>[], UIPasteboardOptions)

Adds to the pasteboard.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public void SetItems (Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject>[] items, UIKit.UIPasteboardOptions pasteboardOptions);
member this.SetItems : Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject>[] * UIKit.UIPasteboardOptions -> unit

Parameters

pasteboardOptions
UIPasteboardOptions
Attributes

Applies to

SetItems(NSDictionary<NSString,NSObject>[], NSDictionary)

Adds to the pasteboard, with the specified privacy .

[Foundation.Export("setItems:options:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void SetItems (Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject>[] items, Foundation.NSDictionary options);
abstract member SetItems : Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject>[] * Foundation.NSDictionary -> unit
override this.SetItems : Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject>[] * Foundation.NSDictionary -> unit

Parameters

options
NSDictionary
Attributes

Applies to