Android.Preferences.Preference.FindPreferenceInHierarchy Method
Finds a Preference in this hierarchy (the whole thing, even above/below your Android.Preferences.PreferenceScreen screen break) with the given key.

Syntax

[Android.Runtime.Register("findPreferenceInHierarchy", "(Ljava/lang/String;)Landroid/preference/Preference;", "GetFindPreferenceInHierarchy_Ljava_lang_String_Handler")]
protected virtual Preference FindPreferenceInHierarchy (string key)

Parameters

key
The key of the Preference to find.

Returns

Documentation for this section has not yet been entered.

Remarks

Finds a Preference in this hierarchy (the whole thing, even above/below your Android.Preferences.PreferenceScreen screen break) with the given key.

This only functions after we have been attached to a hierarchy.

[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