Type Method 型メソッド

resourceValuesForKeys:fromBookmarkData:

Returns the resource values for properties identified by a specified array of keys contained in specified bookmark data. 指定されたブックマークデータの中に含まれるキーそれらからなるある指定された配列によって識別されるプロパティそれらに対するリソース値を返します。

Declaration 宣言

+ (NSDictionary<NSURLResourceKey, id> *)resourceValuesForKeys:(NSArray<NSURLResourceKey> *)keys 
                                             fromBookmarkData:(NSData *)bookmarkData;

Parameters パラメータ

keys

An array of names of URL resource properties. In addition to the standard, system-defined resource properties, you can also request any custom properties that you provided when you created the bookmark. See the bookmarkDataWithOptions:includingResourceValuesForKeys:relativeToURL:error: method for details. URLリソースプロパティの名前からなる配列。この標準の、システム定義のソースプロパティに加えて、あなたはまた何らかのあつらえのプロパティを要請できます、それはあなたがそのブックマークを作成した時に提供したものです。bookmarkDataWithOptions:includingResourceValuesForKeys:relativeToURL:error:メソッドを詳細として見てください。

bookmarkData

The bookmark data from which you want to retrieve resource values. それからあなたがリソース値を回収したいブックマークデータ。

Return Value 戻り値

A dictionary of the requested resource values contained in bookmarkData. bookmarkDataの中に含まれる要請されたリソース値からなるある辞書。

See Also 参照

Working with Bookmark Data ブックマークデータを扱う

Related Documentation 関連文書