init?(from: NSPasteboard)
Reads an NSURL object off of the specified pasteboard.
指定されたペーストボードからNSURLオブジェクトを読み出します。
Availability 有効性
Technology
func write(to pasteBoard: NSPasteboard
)
pasteboard
The target pasteboard. 目標のペーストボード。
You must declare an NSURLPboard
data type for the pasteboard before invoking this method. Otherwise, the method returns without doing anything.
あなたは、NSURLPboard
データ型をペーストボードに対して宣言しなければいけません、このメソッドを発動する前にです。そうでなければ、このメソッドは何もすることなしに返ります。
init?(from: NSPasteboard)
func declareTypes ([NSPasteboard.PasteboardType], owner: Any?) -> Int