SearchBar 클래스

정의

검색 표시줄에서 맞춤법 검사기에 대한 제어를 제공합니다.

public static class SearchBar
type SearchBar = class
상속
System.Object
SearchBar

필드

IsSpellCheckEnabledProperty

맞춤법 검사기를 켜고 끄는 연결된 속성에 대한 백업 저장소입니다.

메서드

DisableSpellCheck(IPlatformElementConfiguration<Windows,SearchBar>)

맞춤법 검사기를 사용하지 않도록 설정합니다.

EnableSpellCheck(IPlatformElementConfiguration<Windows,SearchBar>)

맞춤법 검사기를 사용하도록 설정합니다.

GetIsSpellCheckEnabled(BindableObject)

맞춤법 검사기가 사용되는지 여부를 알려주는 부울 값을 반환합니다.

GetIsSpellCheckEnabled(IPlatformElementConfiguration<Windows,SearchBar>)

맞춤법 검사기가 사용되는지 여부를 알려주는 부울 값을 반환합니다.

IsSpellCheckEnabled(IPlatformElementConfiguration<Windows,SearchBar>)

맞춤법 검사기가 사용되는지 여부를 알려주는 부울 값을 반환합니다.

SetIsSpellCheckEnabled(BindableObject, Boolean)

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

SetIsSpellCheckEnabled(IPlatformElementConfiguration<Windows,SearchBar>, Boolean)

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

적용 대상