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

objectIsForced(forKey:inDomain:)

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

Declaration 宣言

func objectIsForced(forKey key: String, 
           inDomain domain: String) -> Bool

Parameters パラメータ

key

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

domain

The domain of the key. キーに対するドメイン。

Return Value 戻り値

true if the key is managed by an administrator in the specified domain, otherwise false. true、もしキーがシステム管理者によってこの指定されたドメインにおいて管理されるならば、そうでなければfalse

Discussion 議論

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の値を修正させるどんなユーザインターフェイスも使用できないようにすべきです。

See Also 参照

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