Return Value
戻り値
A view that triggers action
when a system paste command occurs.
あるビュー、それはaction
をシステムペーストコマンドが発生する時に引き起こすものです。
Discussion
議論
Pass an array of uniform type identifiers to the supportedTypes
parameter. Place the higher priority types closer to the beginning of the array. The pasteboard items that the action
closure receives have the most preferred type out of all the types the source supports.
ユニホーム型識別子それらからなるある配列をsupportedTypes
パラメータに渡してください。より高い優先度の型を配列の始まりに置いてください。action
クロージャが受け取るペーストボード項目は、ソースがサポートする全ての型の中で最も優先される型を持ちます。
For example, if your app can handle plain text and rich text, but you prefer rich text, place the rich text type first in the array. If rich text is available when the paste action occurs, the action
closure passes that rich text along.
例えば、あなたのアプリがプレーンテキストとリッチテキストを取り扱える、しかしあなたがリッチテキストのほうを好むならば、リッチテキスト型をその配列において最初に置いてください。ペーストアクションが発生する時にリッチテキストが利用可能ならば、action
クロージャはそのリッチテキストを手渡します。