語言

TabHost.ITabContentFactory.CreateTabContent(String) 方法

定義

回調以建立分頁內容

[Android.Runtime.Register("createTabContent", "(Ljava/lang/String;)Landroid/view/View;", "GetCreateTabContent_Ljava_lang_String_Handler:Android.Widget.TabHost/ITabContentFactoryInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Android.Views.View? CreateTabContent(string? tag);
[<Android.Runtime.Register("createTabContent", "(Ljava/lang/String;)Landroid/view/View;", "GetCreateTabContent_Ljava_lang_String_Handler:Android.Widget.TabHost/ITabContentFactoryInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member CreateTabContent : string -> Android.Views.View

參數

tag
String

是選了哪個分頁。

傳回

顯示所選分頁內容的檢視。

屬性

備註

回調以建立分頁內容

Java 文件 android.widget.TabHost.TabContentFactory.createTabContent(java.lang.String)

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於