FragmentController.AttachHost(Fragment) メソッド

定義

このコントローラーの FragmentManager にホストをアタッチします。

[Android.Runtime.Register("attachHost", "(Landroid/app/Fragment;)V", "GetAttachHost_Landroid_app_Fragment_Handler", ApiSince=23)]
public virtual void AttachHost(Android.App.Fragment? parent);
[<Android.Runtime.Register("attachHost", "(Landroid/app/Fragment;)V", "GetAttachHost_Landroid_app_Fragment_Handler", ApiSince=23)>]
abstract member AttachHost : Android.App.Fragment -> unit
override this.AttachHost : Android.App.Fragment -> unit

パラメーター

parent
Fragment

Fragment

属性

注釈

このコントローラーの FragmentManager にホストをアタッチします。 FragmentManager を使用してフラグメントを管理するには、ホストをアタッチする必要があります。

android.app.FragmentController.attachHostの Android リファレンス。

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

適用対象