TabbedPage.GetMaxItemCount Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The platform specific configuration for the element on which to perform the operation.
Returns
The maximum allowed number of items.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI