TableModel.GetSectionTitle(Int32) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce il titolo per la sezione specificata.
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
Parametri
- section
- Int32
Per l'uso interno della piattaforma Microsoft.Maui.Controls.
Valori restituiti
Per l'uso interno della piattaforma Microsoft.Maui.Controls.