次の方法で共有


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

戻り値

属性

適用対象