다음을 통해 공유


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

할당할 새 속성 값입니다.

반환

업데이트된 구성입니다.

적용 대상