init?(url: URL)
Initializes a metadata item with a given URL.
メタデータ項目をある与えられたURLで初期化します。
Availability 有効性
Technology
class NSMetadataItem : NSObject
Metadata items provide a simple interface to retrieve the available attribute names and values. メタデータ項目は、ある単純なインターフェイスを、その利用可能な属性名と値を取ってくるために提供します。
init?(url: URL)
var attributes: [String]
func value(forAttribute : String) -> Any?
func values(forAttributes : [String]) -> [String : Any]?
let NSMetadataUbiquitousItemIsDownloadedKey : String
Deprecated
非推奨