다음을 통해 공유


SearchBar.SetIsSpellCheckEnabled 메서드

정의

오버로드

SetIsSpellCheckEnabled(BindableObject, Boolean)

맞춤법 검사기를 켜고 끕니다.

SetIsSpellCheckEnabled(IPlatformElementConfiguration<Windows,SearchBar>, Boolean)

맞춤법 검사기를 켜고 끕니다.

SetIsSpellCheckEnabled(BindableObject, Boolean)

맞춤법 검사기를 켜고 끕니다.

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

매개 변수

element
BindableObject

검색 표시줄 요소입니다.

value
System.Boolean

맞춤법 검사기를 켜는 true입니다. 끄는 false입니다.

적용 대상

SetIsSpellCheckEnabled(IPlatformElementConfiguration<Windows,SearchBar>, Boolean)

맞춤법 검사기를 켜고 끕니다.

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>

매개 변수

config
IPlatformElementConfiguration<Windows,SearchBar>

검색 표시줄 요소에 대한 플랫폼 구성입니다.

value
System.Boolean

맞춤법 검사기를 켜는 true입니다. 끄는 false입니다.

반환

개발자가 추가 메서드 호출을 수행할 수 있는 유연한 개체입니다.

적용 대상