+ URLFromPasteboard:
Reads an NSURL object off of the specified pasteboard.
指定されたペーストボードからNSURLオブジェクトを読み出します。
Availability 有効性
Technology
- (void)writeToPasteboard:(NSPasteboard
*)pasteBoard;
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
データ型をペーストボードに対して宣言しなければいけません、このメソッドを発動する前にです。そうでなければ、このメソッドは何もすることなしに返ります。
+ URLFromPasteboard:
- declareTypes:owner: