UIPasteboard.SetItems 方法

定义

重载

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

添加到粘贴板。

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

将 添加到具有指定隐私 的粘贴板。

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

添加到粘贴板。

[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

参数

pasteboardOptions
UIPasteboardOptions
属性

适用于

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

将 添加到具有指定隐私 的粘贴板。

[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

参数

options
NSDictionary
属性

适用于