Instance Method インスタンスメソッド

objectIsForcedForKey:

Returns a Boolean value indicating whether the specified key is managed by an administrator. この指定されたキーがシステム管理者によって管理されるかどうかを指し示しているブール値を返します。

Declaration 宣言

- (BOOL)objectIsForcedForKey:(NSString *)key;

Parameters パラメータ

key

The key whose status you want to check. それの状態をあなたが調べることを望むキー。

Return Value 戻り値

YES if the value of the specified key is managed by an administrator, otherwise NO. YES、もし指定されたキーの値がシステム管理者によって管理されるならば、そうでなければNO

Discussion 議論

This method assumes that the key is a preference associated with the current user and application. For managed keys, the application should disable any user interface that allows the user to modify the value of key. このメソッドは、キーが現在のユーザとアプリケーションに結びつけられた参照であると仮定します。管理されたキーに対して、アプリケーションは、ユーザにkeyの値を修正させるどんなユーザインターフェイスも使用できないようにすべきです。

See Also 参照

Accessing Managed Environment Keys 管理された環境キーにアクセスする