TabbedPage.GetMaxItemCount Method

Definition

Overloads

GetMaxItemCount(BindableObject)

Returns the maximum allowed number of items.

GetMaxItemCount(IPlatformElementConfiguration<Android,TabbedPage>)

Returns the maximum allowed number of items.

GetMaxItemCount(BindableObject)

Source:
TabbedPage.cs
Source:
TabbedPage.cs

Returns the maximum allowed number of items.

public:
 static int GetMaxItemCount(Microsoft::Maui::Controls::BindableObject ^ element);
public static int GetMaxItemCount (Microsoft.Maui.Controls.BindableObject element);
static member GetMaxItemCount : Microsoft.Maui.Controls.BindableObject -> int
Public Function GetMaxItemCount (element As BindableObject) As Integer

Parameters

element
BindableObject

The platform specific element on which to perform the operation.

Returns

The maximum allowed number of items.

Applies to

GetMaxItemCount(IPlatformElementConfiguration<Android,TabbedPage>)

Source:
TabbedPage.cs
Source:
TabbedPage.cs

Returns the maximum allowed number of items.

public:
[System::Runtime::CompilerServices::Extension]
 static int GetMaxItemCount(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Android ^, Microsoft::Maui::Controls::TabbedPage ^> ^ config);
public static int GetMaxItemCount (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Android,Microsoft.Maui.Controls.TabbedPage> config);
static member GetMaxItemCount : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Android, Microsoft.Maui.Controls.TabbedPage> -> int
<Extension()>
Public Function GetMaxItemCount (config As IPlatformElementConfiguration(Of Android, TabbedPage)) As Integer

Parameters

config
IPlatformElementConfiguration<Android,TabbedPage>

The platform specific configuration for the element on which to perform the operation.

Returns

The maximum allowed number of items.

Applies to