ContextWrapper.Resources Property

Definition

Return a Resources instance for your application's package.

public override Android.Content.Res.Resources? Resources { [Android.Runtime.Register("getResources", "()Landroid/content/res/Resources;", "GetGetResourcesHandler")] get; }
[<get: Android.Runtime.Register("getResources", "()Landroid/content/res/Resources;", "GetGetResourcesHandler")>]
member this.Resources : Android.Content.Res.Resources

Property Value

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to