Fragment.OnGetLayoutInflater(Bundle) メソッド

定義

注意事項

deprecated

このフラグメントのビューをインフレに使用する LayoutInflater を返します。

[Android.Runtime.Register("onGetLayoutInflater", "(Landroid/os/Bundle;)Landroid/view/LayoutInflater;", "GetOnGetLayoutInflater_Landroid_os_Bundle_Handler", ApiSince=26)]
[System.Obsolete("deprecated")]
public virtual Android.Views.LayoutInflater? OnGetLayoutInflater (Android.OS.Bundle? savedInstanceState);
[<Android.Runtime.Register("onGetLayoutInflater", "(Landroid/os/Bundle;)Landroid/view/LayoutInflater;", "GetOnGetLayoutInflater_Landroid_os_Bundle_Handler", ApiSince=26)>]
[<System.Obsolete("deprecated")>]
abstract member OnGetLayoutInflater : Android.OS.Bundle -> Android.Views.LayoutInflater
override this.OnGetLayoutInflater : Android.OS.Bundle -> Android.Views.LayoutInflater

パラメーター

savedInstanceState
Bundle

戻り値

このフラグメントのビューをインフレするために使用される LayoutInflater。

属性

注釈

android.app.Fragment.onGetLayoutInflater(android.os.Bundle)Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象