Android.Preferences.Preference.Context Property
Returns the Android.Content.Context of this Preference.

Syntax

[get: Android.Runtime.Register("getContext", "()Landroid/content/Context;", "GetGetContextHandler")]
public virtual Android.Content.Context Context { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the Android.Content.Context of this Preference. Each Preference in a Preference hierarchy can be from different Context (for example, if multiple activities provide preferences into a single Android.Preferences.PreferenceActivity). This Context will be used to save the Preference values.

[Android Documentation]

Requirements

Namespace: Android.Preferences
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1