Instance Method インスタンスメソッド

write(to:)

Writes the URL to the specified pasteboard. URLをこの指定されたペーストボードに書き出します。

Declaration 宣言

func write(to pasteBoard: NSPasteboard)

Parameters パラメータ

pasteboard

The target pasteboard. 目標のペーストボード。

Discussion 議論

You must declare an NSURLPboardType data type for the pasteboard before invoking this method. Otherwise, the method returns without doing anything. あなたは、NSURLPboardTypeデータ型をペーストボードに対して宣言しなければいけません、このメソッドを発動する前にです。そうでなければ、このメソッドは何もすることなしに返ります。

See Also 参照

Working with Pasteboards ペーストボードを扱う

Related Documentation 関連文書