Android.Preferences.Preference.GetView Method
Gets the View that will be shown in the Android.Preferences.PreferenceActivity.

Syntax

[Android.Runtime.Register("getView", "(Landroid/view/View;Landroid/view/ViewGroup;)Landroid/view/View;", "GetGetView_Landroid_view_View_Landroid_view_ViewGroup_Handler")]
public virtual Android.Views.View GetView (Android.Views.View convertView, Android.Views.ViewGroup parent)

See Also

Preference.OnCreateView(Android.Views.ViewGroup)
Preference.OnBindView(Android.Views.View)

Parameters

convertView
The old View to reuse, if possible. Note: You should check that this View is non-null and of an appropriate type before using. If it is not possible to convert this View to display the correct data, this method can create a new View.
parent
The parent that this View will eventually be attached to.

Returns

Documentation for this section has not yet been entered.

Remarks

Gets the View that will be shown in the Android.Preferences.PreferenceActivity.

[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