var tags: Set<String>
A set of strings, with each string specifying a tag used to mark on-demand resources managed by the request. (read-only)
ひとそろいの文字列、リクエストによって管理されるオンデマンドリソースを印するために使われるタグを各文字列で指定しています。(読み出しのみ)
Availability 有効性
Technology
var bundle: Bundle
{ get }
This value is either the main bundle or the one specified in the call to init(tags:
. It is valid as soon as the NSBundle
object is created.
この値は、メインバンドルまたはinit(tags:
への呼び出しにおいて指定されるもののどちらかです。それは、NSBundle
オブジェクトが作成されるやいなや有効です。
var tags: Set<String>