Condividi tramite


FragmentTransaction.Remove(Fragment) Metodo

Definizione

Rimuovere un frammento esistente.

[Android.Runtime.Register("remove", "(Landroid/app/Fragment;)Landroid/app/FragmentTransaction;", "GetRemove_Landroid_app_Fragment_Handler")]
public abstract Android.App.FragmentTransaction? Remove (Android.App.Fragment? fragment);
[<Android.Runtime.Register("remove", "(Landroid/app/Fragment;)Landroid/app/FragmentTransaction;", "GetRemove_Landroid_app_Fragment_Handler")>]
abstract member Remove : Android.App.Fragment -> Android.App.FragmentTransaction

Parametri

fragment
Fragment

Frammento da rimuovere.

Restituisce

Restituisce la stessa istanza di FragmentTransaction.

Attributi

Commenti

Rimuovere un frammento esistente. Se è stato aggiunto a un contenitore, anche la visualizzazione viene rimossa da tale contenitore.

Documentazione java per android.app.FragmentTransaction.remove(android.app.Fragment).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a