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