NSBundle._AllBundles Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
NSBundle[]
- Attributes