UIPasteboard.AddItems(NSDictionary[]) Method

Definition

Appends items to the content of this UIPasteBoard.

[Foundation.Export("addItems:")]
public virtual void AddItems (Foundation.NSDictionary[] items);
abstract member AddItems : Foundation.NSDictionary[] -> unit
override this.AddItems : Foundation.NSDictionary[] -> unit

Parameters

items
NSDictionary[]
Attributes

Applies to