Type Method 型メソッド

resourceValues(forKeys:fromBookmarkData:)

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

Declaration 宣言

class func resourceValues(forKeys keys: [URLResourceKey], 
         fromBookmarkData bookmarkData: Data) -> [URLResourceKey : Any]?

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 bookmarkData(options:includingResourceValuesForKeys:relativeTo:) method for details. URLリソースプロパティの名前からなる配列。この標準の、システム定義のソースプロパティに加えて、あなたはまた何らかのあつらえのプロパティを要請できます、それはあなたがそのブックマークを作成した時に提供したものです。bookmarkData(options:includingResourceValuesForKeys:relativeTo:)メソッドを詳細として見てください。

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 関連文書