Android.Views.Window.SetContentView Method
Convenience for Window.SetContentView(View, .LayoutParams) set the screen content to an explicit view.

Syntax

[Android.Runtime.Register("setContentView", "(Landroid/view/View;)V", "GetSetContentView_Landroid_view_View_Handler")]
public abstract void SetContentView (View view)

See Also

Window.SetContentView(View, .LayoutParams)

Parameters

view
The desired content to display.

Remarks

Convenience for Window.SetContentView(View, .LayoutParams) set the screen content to an explicit view. This view is placed directly into the screen's view hierarchy. It can itself be a complex view hierarhcy.

[Android Documentation]

Requirements

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