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 的可編輯文字部分更新。

適用於