Freigeben über


SearchBar.SetIsSpellCheckEnabled Methode

Definition

Überlädt

SetIsSpellCheckEnabled(BindableObject, Boolean)

Aktiviert bzw. deaktiviert die Rechtschreibprüfung.

SetIsSpellCheckEnabled(IPlatformElementConfiguration<Windows,SearchBar>, Boolean)

Aktiviert bzw. deaktiviert die Rechtschreibprüfung.

SetIsSpellCheckEnabled(BindableObject, Boolean)

Aktiviert bzw. deaktiviert die Rechtschreibprüfung.

public static void SetIsSpellCheckEnabled (Xamarin.Forms.BindableObject element, bool value);
static member SetIsSpellCheckEnabled : Xamarin.Forms.BindableObject * bool -> unit

Parameter

element
BindableObject

Das Suchleistenelement.

value
System.Boolean

true, um die Rechtschreibprüfung zu aktivieren. false, um sie zu deaktivieren.

Gilt für:

SetIsSpellCheckEnabled(IPlatformElementConfiguration<Windows,SearchBar>, Boolean)

Aktiviert bzw. deaktiviert die Rechtschreibprüfung.

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

Parameter

config
IPlatformElementConfiguration<Windows,SearchBar>

Die Plattformkonfiguration für das Suchleistenelement.

value
System.Boolean

true, um die Rechtschreibprüfung zu aktivieren. false, um sie zu deaktivieren.

Gibt zurück

Ein Fluent-Objekt, für das der Entwickler möglicherweise weitere Methodenaufrufe durchführt.

Gilt für: