共用方式為


ActionBar.NewTab 方法

定義

警告

deprecated

建立並傳回新的 ActionBar.Tab

[Android.Runtime.Register("newTab", "()Landroid/app/ActionBar$Tab;", "GetNewTabHandler")]
[System.Obsolete("deprecated")]
public abstract Android.App.ActionBar.Tab? NewTab ();
[<Android.Runtime.Register("newTab", "()Landroid/app/ActionBar$Tab;", "GetNewTabHandler")>]
[<System.Obsolete("deprecated")>]
abstract member NewTab : unit -> Android.App.ActionBar.Tab

傳回

屬性

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

另請參閱

  • <xref:Android.App.ActionBar.AddTab(.Tab)>