Initializer

init(from:)

Reads an NSURL object off of the specified pasteboard. 指定されたペーストボードからNSURLオブジェクトを読み出します。

Declaration 宣言

init?(from pasteBoard: NSPasteboard)

Parameters パラメータ

pasteBoard

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

Return Value 戻り値

a NSURL object, or nil if the pasteboard does not contain NSURLPboardType data. あるNSURLオブジェクト、またはnil、もしペーストボードがNSURLPboardTypeデータを含まないならば。

See Also 参照

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