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

userInfo

The user info dictionary. ユーザ情報辞書。

Declaration 宣言

var userInfo: [String : Any] { get }

Discussion 議論

If the user info dictionary has not been set, this property is nil. ユーザ情報辞書が設定されていないならば、このプロパティは nilです。

On macOS 10.8 or later, if the user info dictionary has not been set, this property returns an empty dictionary. macOS 10.8以降では、ユーザ情報辞書が設定されていないならば、このプロパティは空の辞書を返します。

See Also 参照

Getting Error Properties エラープロパティを得る

Related Documentation 関連文書