UIPasteboard.SetItems Method
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.
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
- items
- NSDictionary<NSString,NSObject>[]
- 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
- items
- NSDictionary<NSString,NSObject>[]
- options
- NSDictionary
- Attributes