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

setResourceValues(_:)

Sets the resource value identified by a given resource key. 与えられたリソースキーによって識別されるリソース値を設定します。

Declaration 宣言

mutating func setResourceValues(_ values: URLResourceValues) throws

Discussion 議論

This method writes the new resource values out to the backing store. Attempts to set a read-only resource property or to set a resource property not supported by the resource are ignored and are not considered errors. This method is currently applicable only to URLs for file system resources. このメソッドは、新しいリソース値をバッキングストアに書き出します。読み出し専用リソースプロパティを設定するまたはリソースによってサポートされないリソースプロパティを設定する試みは、無視されます、そしてエラーとみなされません。このメソッドは、現在はファイルシステムリソースに対するURLにのみ適用可能です。

URLResourceValues keeps track of which of its properties have been set. Those values are the ones used by this function to determine which properties to write. URLResourceValuesは、それのプロパティのどれが設定されたかそれらの最新の状態を把握します。それらの値は、どのプロパティを書きだすか決定するためにこの関数によって使われるものです。

See Also 参照

Accessing Resource Values リソース値にアクセスする