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

allowsKeyedCoding

A Boolean value that indicates whether the receiver supports keyed coding of objects. レシーバがオブジェクトのキー付きコーディングをサポートするかどうかを指し示すブール値。

Declaration 宣言

@property(readonly) BOOL allowsKeyedCoding;

Discussion 議論

NO by default. Concrete subclasses that support keyed coding, such as NSKeyedArchiver, need to override this property to return YES. 省略時ではNO。キー付きコーディングをサポートする具象サブクラス、例えばNSKeyedArchiverは、このプロパティをオーバーライドしてYESを返すようにしなければなりません。

See Also 参照

Inspecting a Coder コーダーを検査する

Related Documentation 関連文書