Share via


NSBundle._AllBundles Property

Definition

Caution

Use the 'AllBundles' property instead.

An array of all the application's non-framework bundles.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
[System.Obsolete("Use the 'AllBundles' property instead.", false)]
public static Foundation.NSBundle[] _AllBundles { get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<System.Obsolete("Use the 'AllBundles' property instead.", false)>]
static member _AllBundles : Foundation.NSBundle[]

Property Value

Attributes

Applies to