ContextWrapper.BaseContext Property

Definition

public virtual Android.Content.Context? BaseContext { [Android.Runtime.Register("getBaseContext", "()Landroid/content/Context;", "GetGetBaseContextHandler")] get; }
[<get: Android.Runtime.Register("getBaseContext", "()Landroid/content/Context;", "GetGetBaseContextHandler")>]
member this.BaseContext : Android.Content.Context

Property Value

the base context as set by the constructor or setBaseContext

Attributes

Remarks

Java documentation for android.content.ContextWrapper.getBaseContext().

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