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

setVolatileDomain:forName:

Sets the dictionary for the specified volatile domain. 指定された揮発性ドメインに対する辞書を設定します。

Declaration 宣言

- (void)setVolatileDomain:(NSDictionary<NSString *,id> *)domain 
                  forName:(NSString *)domainName;

Parameters パラメータ

domain

The dictionary of keys and values you want to assign to the domain. あなたがそのドメインに割り当てたいキーと値からなる辞書。

domainName

The domain whose keys and values you want to set. それのキーと値をあなたが設定することを望むドメイン。

Discussion 議論

This method raises an NSInvalidArgumentException if a volatile domain with the specified name already exists. このメソッドは、NSInvalidArgumentExceptionを引き起こします、もし指定された名前での揮発性ドメインが既に存在するならば。

See Also 参照

Maintaining Volatile Domains 揮発性ドメインを保守する