Android.App.Activity.OnCreateView Method
Standard implementation of NoType:android/view/LayoutInflater$Factory;Href=../../../reference/android/view/LayoutInflater.Factory.html#onCreateView(java.lang.String, android.content.Context, android.util.AttributeSet) used when inflating with the LayoutInflater returned by Activity.getSystemService(java.lang.String).

Syntax

[Android.Runtime.Register("onCreateView", "(Ljava/lang/String;Landroid/content/Context;Landroid/util/AttributeSet;)Landroid/view/View;", "GetOnCreateView_Ljava_lang_String_Landroid_content_Context_Landroid_util_AttributeSet_Handler")]
public virtual Android.Views.View OnCreateView (string name, Android.Content.Context context, Android.Util.IAttributeSet attrs)

See Also

Android.Views.LayoutInflater.CreateView(string, System.String, System.String)
Android.Views.Window.LayoutInflater

Parameters

name
Tag name to be inflated.
context
The context the view is being created in.
attrs
Inflation attributes as specified in XML file.

Returns

Documentation for this section has not yet been entered.

Remarks

Requirements

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