次の方法で共有


TabbedPage.SetOffscreenPageLimit メソッド

定義

オーバーロード

SetOffscreenPageLimit(BindableObject, Int32)

メモリに保存されているオフスクリーン ページの数を、指定した value に設定します。

SetOffscreenPageLimit(IPlatformElementConfiguration<Android,TabbedPage>, Int32)

メモリに保存されているオフスクリーン ページの数を、指定した value に設定します。

SetOffscreenPageLimit(BindableObject, Int32)

メモリに保存されているオフスクリーン ページの数を、指定した value に設定します。

public static void SetOffscreenPageLimit (Xamarin.Forms.BindableObject element, int value);
static member SetOffscreenPageLimit : Xamarin.Forms.BindableObject * int -> unit

パラメーター

element
BindableObject

操作を実行するプラットフォーム固有の要素。

value
System.Int32

代入する新しいプロパティ値。

適用対象

SetOffscreenPageLimit(IPlatformElementConfiguration<Android,TabbedPage>, Int32)

メモリに保存されているオフスクリーン ページの数を、指定した value に設定します。

public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.TabbedPage> SetOffscreenPageLimit (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.TabbedPage> config, int value);
static member SetOffscreenPageLimit : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android, Xamarin.Forms.TabbedPage> * int -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android, Xamarin.Forms.TabbedPage>

パラメーター

config
IPlatformElementConfiguration<Android,TabbedPage>

操作を実行する要素を含むプラットフォーム固有の構成。

value
System.Int32

代入する新しいプロパティ値。

戻り値

更新された構成です。

適用対象