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

propertyList()

Parses the receiver as a text representation of a property list, returning an NSString, NSData, NSArray, or NSDictionary object, according to the topmost element. レシーバをプロパティリストのテキスト表現として構文解析します、1番上の要素に従って、NSStringNSDataNSArray、またはNSDictionaryオブジェクトを返します。

Declaration 宣言

func propertyList() -> Any

Return Value 戻り値

A property list representation of returning an NSString, NSData, NSArray, or NSDictionary object, according to the topmost element. 1番上の要素に従って、NSStringNSDataNSArray、またはNSDictionaryオブジェクトを返すプロパティリスト表現。

Discussion 議論

The receiver must contain a string in a property list format. For a discussion of property list formats, see Property List Programming Guide. レシーバは、文字列をプロパティリスト形式で含まなければなりません。プロパティリスト形式の議論として、Property List Programming Guideを見てください。

See Also 参照

Converting String Contents Into a Property List 文字列内容をプロパティリストに変換する

Related Documentation 関連文書