Global Variable グローバル変数

NSProgressFileAnimationImageKey

A key with a corresponding value that is an image, typically an icon to represent the file. ある対応している値を備えるあるキー、それはある画像、概してファイルを表すアイコンです。

Declaration 宣言

const NSProgressUserInfoKey NSProgressFileAnimationImageKey;

Discussion 議論

This entry is optional, but if present, along with a value for NSProgressFileAnimationImageOriginalRectKey, the Dock may show an animation. When the Dock has an item for the folder that contains the relevant file (such as the Downloads folder), the Dock uses this key to show an animation of the file flying into the Dock. この登録項目は随意です、しかしもしNSProgressFileAnimationImageOriginalRectKeyに対する値に加えて存在するならば、Dockはアニメーションを見せるかもしれません。関連したファイルを収容するフォルダ(たとえばDownloadsフォルダ)に対してDockがある項目を持つ場合、Dockはこのキーを使ってDockへと飛び込むファイルのアニメーションを見せます。

See Also 参照

Using File Operation Keys