Share via


AutoSuggestBox.UpdateTextOnSelect 속성

정의

TextMemberPath와 함께 사용되며 보기의 항목이 클릭할 때 AutoSuggestBox의 편집 가능한 텍스트 부분 업데이트를 트리거할지 여부를 나타내는 값을 가져오거나 설정합니다.

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

void UpdateTextOnSelect(bool value);
public bool UpdateTextOnSelect { get; set; }
var boolean = autoSuggestBox.updateTextOnSelect;
autoSuggestBox.updateTextOnSelect = boolean;
Public Property UpdateTextOnSelect As Boolean
<AutoSuggestBox UpdateTextOnSelect="bool"/>

속성 값

Boolean

bool

클릭할 때 보기의 항목이 AutoSuggestBox 의 편집 가능한 텍스트 부분 업데이트를 트리거할지 여부를 나타내는 값입니다.

적용 대상