言語

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ドキュメント。

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

適用対象