Instance Property インスタンスプロパティ

userInfo

A dictionary of arbitrary values for the receiver. レシーバに対する随意の値それらからなるある辞書。

Declaration 宣言

@property(readonly, copy) NSDictionary<NSProgressUserInfoKey, id> *userInfo;

Discussion 議論

A KVO-compliant dictionary that changes in response to setUserInfoObject:forKey:. The dictionary sends all of its KVO notifications on the thread that updates the property. あるKVO準拠の辞書、それはsetUserInfoObject:forKey:に応答して変化します。その辞書は、それのKVO通知の全てをそのプロパティを更新するスレッド上で送信します。

Some entries have meanings that the NSProgress class recognizes. For more information, see Recognizing Kinds of Progress, Using General Keys, Using File Operation Keys, and Recognizing Kinds of File Operations.

See Also 参照

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