setURI:

Sets the URI identifying the source of this document. この文書のソースを識別するURIを設定します。

Declaration 宣言

- (void)setURI:(NSString *)URI

Parameters パラメータ

URI

A string object representing a URI source, or nil to remove the current URI. URIソースを表している文字列オブジェクト、または現在のURIを取り除くためのnil

Overview 概要

This attribute is automatically set when the receiver is initialized using initWithContentsOfURL:options:error:. この属性は、レシーバがinitWithContentsOfURL:options:error:を使って初期化されるならば自動的に設定されます。

See Also 参照

Managing Document Attributes 文書属性を管理する