Type Alias

NSProgressUserInfoKey

Keys for the user info dictionary that affect the autogenerated localized additional description string. ユーザ情報辞書に対するキーいくつか、それらは自動生成されるローカライズされた追加記述文字列に影響を及ぼすものです。

Declaration 宣言

typedef NSString *NSProgressUserInfoKey;

Discussion 議論

Enhance the autogenerated description that localizedAdditionalDescription provides by including keys and related values in the user info dictionary. For example, if you provide the keys NSProgressFileCompletedCountKey and NSProgressFileTotalCountKey, the localizedAdditionalDescription method uses the values from those keys to provide strings showing the number of completed and total files.

Topics 話題

Using General Keys

Using File Operation Keys

See Also 参照

Inspecting Progress Information 進捗情報を調査する