- objectIsForcedForKey:
Returns a Boolean value indicating whether the specified key is managed by an administrator.
この指定されたキーがシステム管理者によって管理されるかどうかを指し示しているブール値を返します。
Availability 有効性
Technology
key
The key whose status you want to check. それの状態をあなたが調べることを望むキー。
domain
The domain of the key. キーに対するドメイン。
YES
if the key is managed by an administrator in the specified domain, otherwise NO
.
YES
、もしキーがシステム管理者によってこの指定されたドメインにおいて管理されるならば、そうでなければNO
。
This method assumes that the key is a preference associated with the current user. For managed keys, the application should disable any user interface that allows the user to modify the value of key
.
このメソッドは、キーが現在のユーザと結びつけられたある参照であると仮定します。管理されたキーに対して、アプリケーションは、ユーザにkey
の値を修正させるどんなユーザインターフェイスも使用できないようにすべきです。
- objectIsForcedForKey: