Control.StatefulBuilder.SetTitle Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
SetTitle(ICharSequence) | |
SetTitle(String) |
SetTitle(ICharSequence)
[Android.Runtime.Register("setTitle", "(Ljava/lang/CharSequence;)Landroid/service/controls/Control$StatefulBuilder;", "", ApiSince=30)]
public Android.Service.Controls.Control.StatefulBuilder SetTitle (Java.Lang.ICharSequence title);
[<Android.Runtime.Register("setTitle", "(Ljava/lang/CharSequence;)Landroid/service/controls/Control$StatefulBuilder;", "", ApiSince=30)>]
member this.SetTitle : Java.Lang.ICharSequence -> Android.Service.Controls.Control.StatefulBuilder
Paramètres
- title
- ICharSequence
Retours
- Attributs
S’applique à
SetTitle(String)
public Android.Service.Controls.Control.StatefulBuilder SetTitle (string title);
member this.SetTitle : string -> Android.Service.Controls.Control.StatefulBuilder
Paramètres
- title
- String