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

userInfo

An optional dictionary of keys and values corresponding to the extension item’s properties. 拡張項目の持つプロパティに対応しているキーと値からなる随意の辞書。

Declaration 宣言

var userInfo: [AnyHashable : Any]? { get set }

Discussion 議論

If applicable to a particular extension type, additional information may be available in the userInfo dictionary. For example, in the context of an Action extension, the userInfo dictionary may contain values for the keys NSExtensionItemAttachmentsKey, NSExtensionItemAttributedContentTextKey, and NSExtensionItemAttributedTitleKey. 特定の拡張型に適用可能ならば、追加情報はuserInfo辞書において利用可能かもしれません。例えば、Action拡張の文脈において、userInfo辞書は、キーNSExtensionItemAttachmentsKeyNSExtensionItemAttributedContentTextKey、そしてNSExtensionItemAttributedTitleKeyに対する値を含むかもしれません。

See Also 参照

Identifying the Item 項目を識別する