共用方式為


UIPasteboard.FromName(String, Boolean) 方法

定義

會傳回指定之名稱的 UIPasteBoard,如果它不存在,可以選擇性地建立一個名稱。

[Foundation.Export("pasteboardWithName:create:")]
public static UIKit.UIPasteboard FromName (string name, bool create);
static member FromName : string * bool -> UIKit.UIPasteboard

參數

name
String
create
Boolean

傳回

屬性

適用於