TableModel.GetSectionTitle(Int32) メソッド

定義

指定したセクションのタイトルを返します。

public:
 virtual System::String ^ GetSectionTitle(int section);
public virtual string GetSectionTitle(int section);
abstract member GetSectionTitle : int -> string
override this.GetSectionTitle : int -> string
Public Overridable Function GetSectionTitle (section As Integer) As String

パラメーター

section
Int32

Microsoft.Maui.Controls プラットフォームで内部使用する場合。

返品

Microsoft.Maui.Controls プラットフォームで内部使用する場合。

実装

適用対象