var userInfo : [AnyHashable : Any]?
An optional dictionary of keys and values corresponding to the extension item’s properties.
拡張項目の持つプロパティに対応しているキーと値からなる随意の辞書。
Availability 有効性
Technology
@NSCopying var attributedTitle: NSAttributedString
? { get set }
Important 重要
Alternatively, you can set attributed content in the user
dictionary using the NSExtension
key. However, setting the user
dictionary after setting attributed
overrides this property.
代わりに、あなたは属性付き内容をuser
辞書においてNSExtension
キーを使って作成できます。しかしながら、user
辞書をattributed
を設定する後に設定することは、このプロパティをオーバーライドします。
var userInfo : [AnyHashable : Any]?