NSBundle.ObjectForInfoDictionary(String) Method

Definition

The value of this bundle's information property list for the specified key.

[Foundation.Export("objectForInfoDictionaryKey:")]
public virtual Foundation.NSObject ObjectForInfoDictionary (string key);
abstract member ObjectForInfoDictionary : string -> Foundation.NSObject
override this.ObjectForInfoDictionary : string -> Foundation.NSObject

Parameters

key
String

Returns

Attributes

Applies to