LayoutInflater.Factory2 Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return the current Factory2
. -or- Like #setFactory
, but allows you to set a Factory2
interface.
public Android.Views.LayoutInflater.IFactory2? Factory2 { [Android.Runtime.Register("getFactory2", "()Landroid/view/LayoutInflater$Factory2;", "")] get; [Android.Runtime.Register("setFactory2", "(Landroid/view/LayoutInflater$Factory2;)V", "GetSetFactory2_Landroid_view_LayoutInflater_Factory2_Handler")] set; }
[<get: Android.Runtime.Register("getFactory2", "()Landroid/view/LayoutInflater$Factory2;", "")>]
[<set: Android.Runtime.Register("setFactory2", "(Landroid/view/LayoutInflater$Factory2;)V", "GetSetFactory2_Landroid_view_LayoutInflater_Factory2_Handler")>]
member this.Factory2 : Android.Views.LayoutInflater.IFactory2 with get, set
Property Value
- Attributes
Remarks
Property getter documentation:
Java documentation for android.view.LayoutInflater.getFactory2()
.
Property setter documentation:
Java documentation for android.view.LayoutInflater.setFactory2(android.view.Factory2)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.