다음을 통해 공유


SearchBox.SearchHistoryEnabled 속성

정의

검색 기록에서 검색 제안을 할지 여부를 결정하는 값을 가져오거나 설정합니다.

public:
 property bool SearchHistoryEnabled { bool get(); void set(bool value); };
bool SearchHistoryEnabled();

void SearchHistoryEnabled(bool value);
public bool SearchHistoryEnabled { get; set; }
var boolean = searchBox.searchHistoryEnabled;
searchBox.searchHistoryEnabled = boolean;
Public Property SearchHistoryEnabled As Boolean
<SearchBox SearchHistoryEnabled="bool"/>

속성 값

Boolean

bool

검색 기록에서 검색 제안이 표시되면 true이고, 그렇지 않으면 false입니다. 기본값은 true입니다.

적용 대상