Type Property 型プロパティ

allBundles

Returns an array of all the application’s non-framework bundles. アプリケーションの持つ非フレームワークバンドル全てからなる配列を返します。

Declaration 宣言

class var allBundles: [Bundle] { get }

Return Value 戻り値

An array of all the application’s non-framework bundles. このアプリケーションの持つ非フレームワークバンドルの全てからなる配列。

Discussion 議論

The returned array includes the main bundle and all bundles that have been dynamically created but doesn’t contain any bundles that represent frameworks. 返される配列は、メインバンドルおよび動的に作成されたすべてのバンドルを含みます、しかしフレームワークに相当するどんなバンドルも含みません。

See Also 参照

Getting Standard Bundle Objects 標準バンドルオブジェクトを取得する