- objectIsForcedForKey:inDomain:
Returns a Boolean value indicating whether the key in the specified domain is managed by an administrator.
指定されたドメインの中のこのキーがシステム管理者によって管理されるかどうかを指し示しているブール値を返します。
Availability 有効性
Technology
- (BOOL)objectIsForcedForKey:(NSString
*)key;
key
The key whose status you want to check. それの状態をあなたが調べることを望むキー。
YES
if the value of the specified key is managed by an administrator, otherwise NO
.
YES
、もし指定されたキーの値がシステム管理者によって管理されるならば、そうでなければNO
。
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
の値を修正させるどんなユーザインターフェイスも使用できないようにすべきです。
- objectIsForcedForKey:inDomain: