Instance Method
インスタンスメソッド
objectForInfoDictionaryKey:
Returns the value associated with the specified key in the receiver's information property list.
レシーバの持つ情報プロパティリストの中の指定されたキーと結びつけられた値を返します。
Declaration
宣言
- (id)objectForInfoDictionaryKey:(NSString
*)key;
Parameters
パラメータ
key
A key in the receiver's property list.
レシーバの持つプロパティリストの中のあるキー。
Return Value
戻り値
The value associated with key
in the receiver's property list (Info.plist
). The localized value of a key is returned when one is available.
レシーバの持つプロパティリスト(Info.plist
)の中のkey
と関連付けられる値。あるキーのローカライズされた値は、それが利用可能である時に返されます。
Discussion
議論
Use of this method is preferred over other access methods because it returns the localized value of a key when one is available.
このメソッドの使用は、それがあるキーのローカライズされた値をそれが利用可能な場合に返すことから、他のアクセスメソッドより優先されます。
See Also
参照
Getting Bundle Information
バンドル情報を取得する
bundleURL
The full URL of the receiver’s bundle directory.
レシーバの持つバンドルディレクトリの完全URL。
bundlePath
The full pathname of the receiver’s bundle directory.
レシーバの持つバンドルディレクトリの完全パス名。
infoDictionary
A dictionary, constructed from the bundle’s Info.plist
file, that contains information about the receiver.
ある辞書、バンドルのもつInfo.plist
ファイルから組み立てられます、それはレシーバについての情報を含みます。