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

attachments

An optional array of media data associated with the extension item. 拡張項目に関連したメディアデータからなる随意の配列。

Declaration 宣言

iOS, iPadOS, Mac Catalyst, tvOS, watchOS

@property(nullable, copy, nonatomic) NSArray<NSItemProvider *> *attachments;

macOS

@property(nullable, copy, atomic) NSArray<NSItemProvider *> *attachments;

Discussion 議論

Populate this array with images, videos, URLs, and so on. It’s not meant to be an array of alternative data formats or types, but is instead a collection to include in a social media post, for example. These items are always typed NSItemProvider. この配列を画像、ビデオ、URL、などで満たします。それは、代替のデータフォーマットまたは型からなる配列にではなく、例えば、ソーシャルメディアポストにおいて含めるコレクションに向いています。それらの項目は、常に型付NSItemProviderです。

See Also 参照

Item Contents 項目内容