UIPasteboard.SetItems Method
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.
SetItems(NSDictionary<NSString,NSObject>[], UIPasteboardOptions) |
Adds to the pasteboard. |
SetItems(NSDictionary<NSString,NSObject>[], NSDictionary) |
Adds to the pasteboard, with the specified privacy . |
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
- items
- NSDictionary<NSString,NSObject>[]
- pasteboardOptions
- UIPasteboardOptions
- Attributes
Applies to
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
- items
- NSDictionary<NSString,NSObject>[]
- options
- NSDictionary
- Attributes