다음을 통해 공유


TabbedPage.GetMaxItemCount 메서드

정의

오버로드

GetMaxItemCount(BindableObject)

허용되는 최대 항목 수를 반환합니다.

GetMaxItemCount(IPlatformElementConfiguration<Android,TabbedPage>)

허용되는 최대 항목 수를 반환합니다.

GetMaxItemCount(BindableObject)

허용되는 최대 항목 수를 반환합니다.

public static int GetMaxItemCount (Xamarin.Forms.BindableObject element);
static member GetMaxItemCount : Xamarin.Forms.BindableObject -> int

매개 변수

element
BindableObject

작업을 수행할 플랫폼별 요소입니다.

반환

System.Int32

허용되는 최대 항목 수입니다.

적용 대상

GetMaxItemCount(IPlatformElementConfiguration<Android,TabbedPage>)

허용되는 최대 항목 수를 반환합니다.

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

매개 변수

config
IPlatformElementConfiguration<Android,TabbedPage>

작업을 수행할 요소에 대한 플랫폼별 구성입니다.

반환

System.Int32

허용되는 최대 항목 수입니다.

적용 대상