Android.Views.LayoutInflater.Factory2 Property
Return the current NoType:android/view/LayoutInflater$Factory2;Href=../../../reference/android/view/LayoutInflater.Factory2.html.

Syntax

[get: Android.Runtime.Register("getFactory2", "()Landroid/view/LayoutInflater$Factory2;", "GetGetFactory2Handler")]
[set: Android.Runtime.Register("setFactory2", "(Landroid/view/LayoutInflater$Factory2;)V", "GetSetFactory2_Landroid_view_LayoutInflater_Factory2_Handler")]
public LayoutInflater.IFactory2 Factory2 { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Return the current NoType:android/view/LayoutInflater$Factory2;Href=../../../reference/android/view/LayoutInflater.Factory2.html. Returns null if no factory is set or the set factory does not implement the NoType:android/view/LayoutInflater$Factory2;Href=../../../reference/android/view/LayoutInflater.Factory2.html interface. This is called on each element name. If the factory returns a View, add that to the hierarchy. If it returns null, proceed to call onCreateView(name).

Set method documentation [Android Documentation]

Like LayoutInflater.Factory, but allows you to set a NoType:android/view/LayoutInflater$Factory2;Href=../../../reference/android/view/LayoutInflater.Factory2.html interface.

Requirements

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