Protocol

NSItemProviderWriting

The protocol you implement on a class to allow an item provider to retrieve data from an instance of the class. あなたがあるクラス上で実装することでアイテムプロバイダにそのクラスのインスタンスからデータを取ってこさせるプロトコル。

Declaration 宣言

protocol NSItemProviderWriting

Overview 概要

A source app uses an object that conforms to this protocol to initialize an item provider for a copied or dragged item. ソースアプリはあるオブジェクトです、それはこのプロトコルに準拠することであるアイテムプロバイダをあるコピーされるまたはドラッグされる項目に対して初期化します。

Topics 話題

Loading Data データをロードする

Getting the Writable Type Identifiers 読出し可能型識別子を取得する

Getting the Representation Visibility Specification 表現可視性仕様を取得する

The representation visibility specifications control which categories of processes can see the item provider. 表現可視性仕様は、どのカテゴリのプロセスがアイテムプロバイダを見ることができるかを制御します。

Relationships 関係

Inherits From 継承元

See Also 参照

Item Providers アイテムプロバイダ