TypedArray.Resources Property

Definition

Returns the Resources object this array was loaded from.

public virtual 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

Exceptions

if the TypedArray has already been recycled.

Remarks

Returns the Resources object this array was loaded from.

Java documentation for android.content.res.TypedArray.getResources().

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