Partager via


SearchBar.GetIsSpellCheckEnabled Méthode

Définition

Surcharges

GetIsSpellCheckEnabled(BindableObject)

Retourne une valeur booléenne qui indique si le vérificateur d’orthographe est activé.

GetIsSpellCheckEnabled(IPlatformElementConfiguration<Windows,SearchBar>)

Retourne une valeur booléenne qui indique si le vérificateur d’orthographe est activé.

GetIsSpellCheckEnabled(BindableObject)

Retourne une valeur booléenne qui indique si le vérificateur d’orthographe est activé.

public static bool GetIsSpellCheckEnabled (Xamarin.Forms.BindableObject element);
static member GetIsSpellCheckEnabled : Xamarin.Forms.BindableObject -> bool

Paramètres

element
BindableObject

Élément de barre de recherche.

Retours

System.Boolean

true si le vérificateur d’orthographe est activé. Sinon, false.

S’applique à

GetIsSpellCheckEnabled(IPlatformElementConfiguration<Windows,SearchBar>)

Retourne une valeur booléenne qui indique si le vérificateur d’orthographe est activé.

public static bool GetIsSpellCheckEnabled (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.SearchBar> config);
static member GetIsSpellCheckEnabled : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows, Xamarin.Forms.SearchBar> -> bool

Paramètres

config
IPlatformElementConfiguration<Windows,SearchBar>

Configuration de la plateforme pour l’élément de barre de recherche.

Retours

System.Boolean

true si le vérificateur d’orthographe est activé. Sinon, false.

S’applique à